Uses of Class
com.ibm.json.java.JSONObject
-
Uses of JSONObject in com.ibm.json.java
Modifier 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.