Uses of Class
at.syntaxerror.json5.JSONObject
-
Uses of JSONObject in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONObjectModifier and TypeMethodDescriptionJSONArray.getObject(int index) Returns the value as a JSONObject for a given indexJSONArray.getObject(int index, JSONObject defaults) Returns the value as a JSONObject for a given index, or the default value if the operation is not possibleReturns the value as a JSONObject for a given keyJSONObject.getObject(String key, JSONObject defaults) Returns the value as a JSONObject for a given key, or the default value if the operation is not possibleSets the value at a given keyMethods in at.syntaxerror.json5 with parameters of type JSONObjectModifier and TypeMethodDescriptionJSONArray.getObject(int index, JSONObject defaults) Returns the value as a JSONObject for a given index, or the default value if the operation is not possibleJSONObject.getObject(String key, JSONObject defaults) Returns the value as a JSONObject for a given key, or the default value if the operation is not possiblestatic StringJSONStringify.toString(JSONObject object, int indentFactor) Converts a JSONObject into its string representation.static StringJSONStringify.toString(JSONObject object, int indentFactor, JSONOptions options) Converts a JSONObject into its string representation.