Uses of Class
de.ralleytn.simple.json.JSONObject
-
Uses of JSONObject in de.ralleytn.simple.json
Modifier and TypeMethodDescriptionJSONObject.compact()
Removes all keys which have anull
value.JSONArray.getObject
(int index) If the value is a JSONObject already, it will be casted and returned.If the value is a JSONObject already, it will be casted and returned.JSONArray.toObjectArray()
Modifier and TypeMethodDescriptionvoid
JSONFormatter.format
(JSONObject object, Writer writer) Formats minimized JSON data. -
Uses of JSONObject in de.ralleytn.simple.json.serialization
Modifier and TypeMethodDescriptionstatic final JSONObject
Converts a Java object into a JSONObject.Modifier and TypeMethodDescriptionstatic final void
JSONSerializer.deserialize
(JSONObject json, Object object) Transfers the data of JSONObject into a Java object.