The JsonReader doesn't parse ISODateStrings in extended JSON format.
{ "$date" : "2015-04-16T14:55:57.626Z" } { "$date" : "2015-04-16T16:55:57.626+02:00" }The older JSONCallback based parser account this case.
The JsonReader doesn't parse ISODateStrings in extended JSON format.
{ "$date" : "2015-04-16T14:55:57.626Z" } { "$date" : "2015-04-16T16:55:57.626+02:00" }The older JSONCallback based parser account this case.