Uses of Class
net.minidev.json.JSONObject
Packages that use JSONObject
-
Uses of JSONObject in net.minidev.json
Methods in net.minidev.json that return JSONObjectModifier and TypeMethodDescriptionJSONObject.appendField
(String fieldName, Object fieldValue) Puts value to object and returns this.protected static JSONObject
JSONObject.merge
(JSONObject o1, Object o2) Methods in net.minidev.json that return types with arguments of type JSONObjectMethods in net.minidev.json with parameters of type JSONObjectModifier and TypeMethodDescriptionprotected static JSONObject
JSONObject.merge
(JSONObject o1, Object o2)