0.0.4 • Published 11 years ago

e-json v0.0.4

Weekly downloads
10
License
MIT
Repository
github
Last release
11 years ago

e-json, because EJSON was already taken in npm

Build Status NPM version

e-json is Meteor EJSON parser made compatible for Node.js and regular browser clients. This allows use for real-time systems such as Primus.

The API is exactly the same as the API that Meteor provides as it uses exactly the same code. The most important API's are:

  • EJSON.clone
  • EJSON.parse
  • EJSON.stringify

And some utility methods:

  • EJSON.toJSONValue
  • EJSON.fromJSONValue
  • EJSON.isBinary
  • EJSON.newBinary
  • EJSON.equals

License

This module is licensed under MIT. Same as Meteor.js is.

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago