0.0.4 • Published 12 years ago
e-json v0.0.4
e-json, because EJSON was already taken in npm
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.cloneEJSON.parseEJSON.stringify
And some utility methods:
EJSON.toJSONValueEJSON.fromJSONValueEJSON.isBinaryEJSON.newBinaryEJSON.equals
License
This module is licensed under MIT. Same as Meteor.js is.

