In MongoDB 2.6 mongoexport started exporting datetime to $date as an ISO-8601 string (or $numberLong - see SERVER-15275). Previously the datetime was exported as an integer. Support this new format in json_util.
- is depended on by
-
DRIVERS-173 Support decoding $date from ISO-8601 string or $numberLong in JSON parsers
- Closed