Uses of Class
at.syntaxerror.json5.JSONObject
-
-
Uses of JSONObject in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONObject Modifier and Type Method Description JSONObjectJSONArray. getObject(int index)Returns the value as a JSONObject for a given indexJSONObjectJSONArray. getObject(int index, JSONObject defaults)Returns the value as a JSONObject for a given index, or the default value if the operation is not possibleJSONObjectJSONObject. getObject(java.lang.String key)Returns the value as a JSONObject for a given keyJSONObjectJSONObject. getObject(java.lang.String key, JSONObject defaults)Returns the value as a JSONObject for a given key, or the default value if the operation is not possibleJSONObjectJSONObject. set(java.lang.String key, java.lang.Object value)Sets the value at a given keyMethods in at.syntaxerror.json5 with parameters of type JSONObject Modifier and Type Method Description JSONObjectJSONArray. getObject(int index, JSONObject defaults)Returns the value as a JSONObject for a given index, or the default value if the operation is not possibleJSONObjectJSONObject. getObject(java.lang.String key, JSONObject defaults)Returns the value as a JSONObject for a given key, or the default value if the operation is not possiblestatic java.lang.StringJSONStringify. toString(JSONObject object, int indentFactor)Converts a JSONObject into its string representation.static java.lang.StringJSONStringify. toString(JSONObject object, int indentFactor, JSONOptions options)Converts a JSONObject into its string representation.
-