-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
We should add two methods to bson.EJSON:
- toBuffer(str): buffer; takes in a string of extended json, and returns a buffer of serialized bson
- fromBuffer(buffer): str; Takes in a buffer of serialized bson, and returns a string of extended json.
- is duplicated by
-
NODE-3019 feat(extended_json): EJSON.to/fromBuffer
- Closed