JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowInfinity(boolean allowInfinity) |
Whether or not Infinity should be allowed as a number.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowInvalidSurrogates(boolean allowInvalidSurrogates) |
Whether or not invalid unicode surrogate pairs should be allowed
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.allowNaN(boolean allowNaN) |
Whether or not NaN should be allowed as a number
|
static JSONOptions.JSONOptionsBuilder |
JSONOptions.builder() |
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.parseInstants(boolean parseInstants) |
Whether or not instants should be parsed as such.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.parseStringInstants(boolean parseStringInstants) |
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.parseUnixInstants(boolean parseUnixInstants) |
Whether or not unix instants (integers) should be parsed as such.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.quoteSingle(boolean quoteSingle) |
Whether or not string should be single-quoted (') instead of double-quoted (").
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.JSONOptionsBuilder.stringifyUnixInstants(boolean stringifyUnixInstants) |
Whether or not instants should be stringifyed as unix timestamps.
|
JSONOptions.JSONOptionsBuilder |
JSONOptions.toBuilder() |
|