Value | Meaning |
---|---|
none | standard parsing |
specialFloatLiterals0x1 | encode NaN and Inf float values as strings |
escapeNonAsciiChars0x2 | encode non ascii characters with an unicode escape sequence |
doNotEscapeSlashes0x4 | do not escape slashes ('/') |
strictParsing0x8 | Strictly follow RFC-8259 grammar when parsing |
Flags that control how json is encoded and parsed.