JadeJson Properties
The properties defined in the JadeJson class are summarized in the following table.
| Property | Description |
|---|---|
| generationStyle | Specifies whether to format dynamically generated output |
| generationStyleIndentCharacter | Defines the indent character used when formatting generated output |
| generationStyleIndentDepth | Defines how many indent characters are used to represent each indent when formatting generated output |
| modifyReadOnlyProperties | Specifies whether read‑only properties are populated with their values from the JSON text |
| offsetForTimeStamps |
|
| offsetTimeZone | Contains the time zone that is used for time conversions during parsing |
| parseAllowComments | Specifies whether comments are allowed when parsing JSON using the parseDynamic method |
| parseDateTimeISO8601Strict | Specifies whether to enforce strict parsing of ISO 8601 format dates and times |
| parseDateTimeJadeStyleStrict | Specifies whether to enforce strict parsing of dates and times created in Jade |
| parseDateTimeMicrosoftDateFormatStrict | Specifies whether to enforce strict parsing of MicrosoftDateFormat format dates and times |
| useISO8601 | Specifies whether the ISO 8601 format is used rather than MicrosoftDateFormat for generating dates and times |
2022.0.01 and higher
