Uses of Class
com.ibm.json.java.JSONObject
Packages that use JSONObject
-
Uses of JSONObject in com.ibm.json.java
Subclasses of JSONObject in com.ibm.json.javaMethods in com.ibm.json.java that return JSONObjectModifier and TypeMethodDescriptionstatic JSONObject
JSONObject.parse
(InputStream is) Convert a stream of JSON text into object form.static JSONObject
Convert a stream (in reader form) of JSON text into object form.static JSONObject
Convert a String of JSON text into object form.static JSONObject
OrderedJSONObject.parse
(InputStream is) Convert a stream of JSON text into object form.static JSONObject
Convert a stream (in reader form) of JSON text into object form.static JSONObject
Convert a String of JSON text into object form.