Uses of Class
at.syntaxerror.json5.JSONArray
-
-
Uses of JSONArray in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONArray Modifier and Type Method Description JSONArrayJSONArray. getArray(int index)Returns the value as a JSONArray for a given indexJSONArrayJSONArray. getArray(int index, JSONArray defaults)Returns the exact value as a JSONArray for a given index, or the default value if the operation is not possibleJSONArrayJSONObject. getArray(String key)Returns the value as a JSONArray for a given keyJSONArrayJSONObject. getArray(String key, JSONArray defaults)Returns the exact value as a JSONArray for a given key, or the default value if the operation is not possibleMethods in at.syntaxerror.json5 with parameters of type JSONArray Modifier and Type Method Description voidJSONArray. add(JSONArray value)Adds a value to the JSONArrayJSONArrayJSONArray. getArray(int index, JSONArray defaults)Returns the exact value as a JSONArray for a given index, or the default value if the operation is not possibleJSONArrayJSONObject. getArray(String key, JSONArray defaults)Returns the exact value as a JSONArray for a given key, or the default value if the operation is not possiblevoidJSONArray. set(int index, JSONArray value)Sets the value at a given indexvoidJSONObject. set(String key, JSONArray value)Sets the value at a given keystatic StringJSONStringify. toString(JSONArray array, int indentFactor)Converts a JSONArray into its string representation.
-