Searched defs:JSONArray (Results 1 - 1 of 1) sorted by relevance

/libcore/json/src/main/java/org/json/
H A DJSONArray.java29 * {@link JSONObject JSONObjects}, other {@link JSONArray JSONArrays}, Strings,
34 * <p>{@code JSONArray} has the same type coercion behavior and
49 public class JSONArray { class
54 * Creates a {@code JSONArray} with no values.
56 public JSONArray() { method in class:JSONArray
61 * Creates a new {@code JSONArray} by copying all values from the given
69 public JSONArray(Collection copyFrom) { method in class:JSONArray
79 * Creates a new {@code JSONArray} with values from the next array in the
83 * {@code JSONArray}.
85 * {@code JSONArray}
87 public JSONArray(JSONTokener readFrom) throws JSONException { method in class:JSONArray
107 public JSONArray(String json) throws JSONException { method in class:JSONArray
114 public JSONArray(Object array) throws JSONException { method in class:JSONArray
[all...]

Completed in 324 milliseconds