Uses of Class
at.syntaxerror.json5.JSONOptions
-
-
Uses of JSONOptions in at.syntaxerror.json5
Fields in at.syntaxerror.json5 declared as JSONOptions Modifier and Type Field Description protected JSONOptionsJSONParser. optionsMethods in at.syntaxerror.json5 that return JSONOptions Modifier and Type Method Description JSONOptionsJSONOptions.JSONOptionsBuilder. build()static @NonNull JSONOptionsJSONOptions. getDefaultOptions()Returns the default options for parsing and stringifyingMethods in at.syntaxerror.json5 with parameters of type JSONOptions Modifier and Type Method Description static 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 JSONOptions Constructor Description JSONParser(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
-