0.0.0 • Published 12 years ago
proto-json v0.0.0
proto-json
Schema thingy for protobuf (with proto/json support)
npm install proto-jsonUsage
var proto = require('proto-json');
var schema = proto(aprotothing);
schema.validate(obj); // returns true or false
schema.infer(obj); // update the schema by infering stuff from obj
var json = schema.toJSON();License
MIT
0.0.0
12 years ago