-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: JSON & ExtJSON
-
None
If I attempt to read a MongoDB Extended JSON file containing a date in the format
{ $date: 0 }
instead of
{ $date: { $numberLong: "0" } }
then the parser will fail.