JsonContext getJsonContext();
JsonContext Structure
| Members | Description | |||
| getAllowComments | Allows single and multiline comments when serializing JSON data. Default = true. | |||
| setAllowComments | ||||
| getAllowFloatingPointNaN | Allows floating point NaN, INF and -INF values when serializing JSON data. Default = true. | |||
| setAllowFloatingPointNaN | ||||
| getSupportRoundtrip | The mode used when serializing JSON data. Default = Full. | |||
| setSupportRoundtrip | ||||
| getRootElementName | Optional name used as a root element in serializing JSON data. | |||
| setRootElementName |