JSONWritingOptions ISODates FieldNFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies whether DateTime must be encoded using ISO8601 format that look like "2011-03-18T14:25:00Z", otherwise dates are encoded using "new Date(milliseconds_since_unix_epoch)" which is technically not a valid JSON, however most JSON parsers understand it very well

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
public bool ISODates

Field Value

Type: OnlineBoolean
See Also