Uses of Class
at.syntaxerror.json5.JSONOptions.JSONOptionsBuilder
-
Uses of JSONOptions.JSONOptionsBuilder in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONOptions.JSONOptionsBuilderModifier and TypeMethodDescriptionJSONOptions.JSONOptionsBuilder.allowInfinity(boolean allowInfinity) WhetherInfinityshould be allowed as a number.JSONOptions.JSONOptionsBuilder.allowInvalidSurrogates(boolean allowInvalidSurrogates) Whether invalid unicode surrogate pairs should be allowedJSONOptions.JSONOptionsBuilder.allowNaN(boolean allowNaN) WhetherNaNshould be allowed as a numberJSONOptions.builder()JSONOptions.JSONOptionsBuilder.duplicateBehaviour(JSONOptions.DuplicateBehavior duplicateBehaviour) Specifies the behavior when the same key is encountered multiple times within the sameJSONObjectJSONOptions.JSONOptionsBuilder.parseInstants(boolean parseInstants) Whether instants should be parsed as such.JSONOptions.JSONOptionsBuilder.parseStringInstants(boolean parseStringInstants) Whether string instants (according to RFC 3339, Section 5.6) should be parsed as such.JSONOptions.JSONOptionsBuilder.parseUnixInstants(boolean parseUnixInstants) Whether unix instants (integers) should be parsed as such.JSONOptions.JSONOptionsBuilder.quoteSingle(boolean quoteSingle) Whether strings should be single-quoted (') instead of double-quoted (").JSONOptions.JSONOptionsBuilder.stringifyUnixInstants(boolean stringifyUnixInstants) Whether instants should be stringifyed as unix timestamps.JSONOptions.toBuilder()