In the JSON spec there is no literal syntax for dates in JSON. The spec has objects, arrays, strings, integers, and floats, but it defines no standard for what a date looks like.
The default format used by Json.NET is the ISO 8601 standard
Argon.DateFormatHandling
Argon.DateTimeZoneHandling
Argon.JavaScriptDateTimeConverter
Argon.IsoDateTimeConverter