Uses of Class
at.syntaxerror.json5.JSONOptions
-
-
Uses of JSONOptions in at.syntaxerror.json5
Methods 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 java.lang.StringJSONStringify. toString(JSONArray array, int indentFactor, JSONOptions options)Converts a JSONArray into its string representation.static java.lang.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(java.io.InputStream stream, JSONOptions options)Constructs a new JSONParser from an InputStream.JSONParser(java.io.Reader reader, JSONOptions options)Constructs a new JSONParser from a Reader.JSONParser(java.lang.String source, JSONOptions options)Constructs a new JSONParser from a string
-