-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
Reviver function
Prescribes how the value originally produced by parsing is transformed, before being returned. Currently EJSON parse does not have fine control over how values are translated to BSON types I would like to be able to control whether or not Longs/Int32s are used on a case by case basis. Reviver function seems like a good fit.