| Package | Description | 
|---|---|
| com.ibm.json.java | 
| Modifier and Type | Method and Description | 
|---|---|
| static JSONArray | JSONArray. parse(java.io.InputStream is)Convert a stream of JSONArray text into JSONArray form. | 
| static JSONArray | JSONArray. parse(java.io.Reader reader)Convert a stream (in reader form) of JSONArray text into object form. | 
| static JSONArray | JSONArray. parse(java.lang.String str)Convert a String of JSONArray text into object form. |