Dates in JSON
May 30, 2022 ยท View on GitHub
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.
Dates and Json.NET
The default format used by Json.NET is the ISO 8601 standard
Related Topics
Argon.DateFormatHandlingArgon.DateTimeZoneHandlingArgon.JavaScriptDateTimeConverterArgon.IsoDateTimeConverter