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. add(java.lang.Object value)Adds a value to the JSONArrayJSONArrayJSONArray. getArray(int index)Returns the value as a JSONArray for a given indexJSONArrayJSONArray. getArray(int index, JSONArray defaults)Returns the value as a JSONArray for a given index, or the default value if the operation is not possibleJSONArrayJSONObject. getArray(java.lang.String key)Returns the value as a JSONArray for a given keyJSONArrayJSONObject. getArray(java.lang.String key, JSONArray defaults)Returns the value as a JSONArray for a given key, or the default value if the operation is not possibleJSONArrayJSONArray. insert(int index, java.lang.Object value)Inserts a value to the JSONArray at a given indexJSONArrayJSONArray. set(int index, java.lang.Object value)Sets the value at a given indexMethods in at.syntaxerror.json5 with parameters of type JSONArray Modifier and Type Method Description JSONArrayJSONArray. getArray(int index, JSONArray defaults)Returns the value as a JSONArray for a given index, or the default value if the operation is not possibleJSONArrayJSONObject. getArray(java.lang.String key, JSONArray defaults)Returns the value as a JSONArray for a given key, or the default value if the operation is not possiblestatic java.lang.StringJSONStringify. toString(JSONArray array, int indentFactor)Converts a JSONArray into its string representation.static java.lang.StringJSONStringify. toString(JSONArray array, int indentFactor, JSONOptions options)Converts a JSONArray into its string representation.
-