Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 516 Bytes

DatesInJSON.md

File metadata and controls

16 lines (9 loc) · 516 Bytes

Dates in JSON

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.DateFormatHandling
  • Argon.DateTimeZoneHandling
  • Argon.JavaScriptDateTimeConverter
  • Argon.IsoDateTimeConverter