Uses of Class
de.ralleytn.simple.json.JSONObject
Packages that use JSONObject
-
Uses of JSONObject in de.ralleytn.simple.json
Methods in de.ralleytn.simple.json that return JSONObjectModifier and TypeMethodDescriptionJSONObject.compact()Removes all keys which have anullvalue.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()Methods in de.ralleytn.simple.json with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidJSONFormatter.format(JSONObject object, Writer writer) Formats minimized JSON data. -
Uses of JSONObject in de.ralleytn.simple.json.serialization
Methods in de.ralleytn.simple.json.serialization that return JSONObjectModifier and TypeMethodDescriptionstatic final JSONObjectConverts a Java object into a JSONObject.Methods in de.ralleytn.simple.json.serialization with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic final voidJSONSerializer.deserialize(JSONObject json, Object object) Transfers the data of JSONObject into a Java object.