Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
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.