ejson icon indicating copy to clipboard operation
ejson copied to clipboard

EJSON - Extended JSON from Meteor available for Node.js and the front-end in one handy neat package. Made compatible for Primus.

Results 4 ejson issues
Sort by recently updated
recently updated
newest added

The current `addType` API, when applied to 3rd party classes, requires monkeypatching the 3rd party classes. It would be nice to devise an API for registering a full set of...

I'd like to add support for Map objects. I have some working code, but it's not clear where I should add code for new types. I also saw an [issue](https://github.com/meteor/meteor-feature-requests/issues/106)...

Any build file ready to use on browser?

Couple of calls to the Meteor._noYieldsAllowed method are performed when using custom types. The Meteor object is not defined and is not a module imported which causes an error.

bug