Uses of Class
net.minidev.json.JSONObject
-
Packages that use JSONObject Package Description net.minidev.json -
-
Uses of JSONObject in net.minidev.json
Methods in net.minidev.json that return JSONObject Modifier and Type Method Description JSONObject
JSONObject. 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 JSONObject Modifier and Type Method Description static JSONNavi<JSONObject>
JSONNavi. newInstanceObject()
Methods in net.minidev.json with parameters of type JSONObject Modifier and Type Method Description protected static JSONObject
JSONObject. merge(JSONObject o1, Object o2)
-