Uses of Class
at.syntaxerror.json5.JSONOptions
-
Uses of JSONOptions in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONOptionsModifier and TypeMethodDescriptionJSONOptions.JSONOptionsBuilder.build()static @NonNull JSONOptionsJSONOptions.getDefaultOptions()Returns the default options for parsing and stringifyingMethods in at.syntaxerror.json5 with parameters of type JSONOptionsModifier and TypeMethodDescriptionstatic voidJSONOptions.setDefaultOptions(@NonNull JSONOptions defaultOptions) Sets the default options for parsing and stringifying.static StringJSONStringify.toString(JSONArray array, int indentFactor, JSONOptions options) Converts a JSONArray into its string representation.static StringJSONStringify.toString(JSONObject object, int indentFactor, JSONOptions options) Converts a JSONObject into its string representation.Constructors in at.syntaxerror.json5 with parameters of type JSONOptionsModifierConstructorDescriptionJSONParser(InputStream stream, JSONOptions options) Constructs a new JSONParser from an InputStream.JSONParser(Reader reader, JSONOptions options) Constructs a new JSONParser from a Reader.JSONParser(String source, JSONOptions options) Constructs a new JSONParser from a string