Enum JSONOptions

Flags that control how json is encoded and parsed.

enum JSONOptions : int { ... }

Enum members

NameDescription
doNotEscapeSlashes do not escape slashes ('/')
escapeNonAsciiChars encode non ascii characters with an unicode escape sequence
none standard parsing
specialFloatLiterals encode NaN and Inf float values as strings
strictParsing Strictly follow RFC-8259 grammar when parsing