0.0.0 • Published 10 years ago

proto-json v0.0.0

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

proto-json

Schema thingy for protobuf (with proto/json support)

npm install proto-json

Usage

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