-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: EJSON
-
None
-
Empty show more show less
mongodb-extjson replaced the existing extended-json module, but only provides stringify and parse methods, in sync with the JSON module. Inevitably, most users of this module implement their own methods to use some combination of EJSON and JSON to provide a way to serialize and deserialize extended json to javascript objects. We should bake these convenience methods into the module itself.