JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowBinaryLiterals(boolean allowBinaryLiterals) |
Whether binary literals (0b10101...) should be allowed
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowCDigitSeparators(boolean allowCDigitSeparators) |
Whether C-style digit separators (123'456) should be allowed
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowHexFloatingLiterals(boolean allowHexFloatingLiterals) |
Whether hexadecimal floating-point literals (e.g.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowInfinity(boolean allowInfinity) |
Whether Infinity should be allowed as a number.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowInvalidSurrogates(boolean allowInvalidSurrogates) |
Whether invalid unicode surrogate pairs should be allowed
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowJavaDigitSeparators(boolean allowJavaDigitSeparators) |
Whether Java-style digit separators (123_456) should be allowed
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowLongUnicodeEscapes(boolean allowLongUnicodeEscapes) |
Whether 32-bit unicode escape sequences (\U00123456) should be allowed
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowNaN(boolean allowNaN) |
Whether NaN should be allowed as a number
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowOctalLiterals(boolean allowOctalLiterals) |
Whether octal literals (0o567...) should be allowed
|
static JSONOptions.JSONOptionsBuilder |
JSONOptions.builder() |
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.duplicateBehaviour(JSONOptions.DuplicateBehavior duplicateBehaviour) |
Specifies the behavior when the same key is encountered multiple times within the same JSONObject
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.quoteSingle(boolean quoteSingle) |
Whether strings should be single-quoted (') instead of double-quoted (").
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.stringifyAscii(boolean stringifyAscii) |
Whether stringifying should only yield ASCII strings.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.stringifyUnixInstants(boolean stringifyUnixInstants) |
Whether instants should be stringifyed as unix timestamps.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.toBuilder() |
|