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

  • Argon.DateFormatHandling
  • Argon.DateTimeZoneHandling
  • Argon.JavaScriptDateTimeConverter
  • Argon.IsoDateTimeConverter