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

/libcore/json/src/main/java/org/json/
H A DJSONArray.java27 * {@link JSONObject JSONObjects}, other {@link JSONArray JSONArrays}, Strings,
32 * <p>{@code JSONArray} has the same type coercion behavior and
47 public class JSONArray { class
52 * Creates a {@code JSONArray} with no values.
54 public JSONArray() { method in class:JSONArray
59 * Creates a new {@code JSONArray} by copying all values from the given
67 public JSONArray(Collection copyFrom) { method in class:JSONArray
74 * Creates a new {@code JSONArray} with values from the next array in the
78 * {@code JSONArray}.
80 * {@code JSONArray}
82 public JSONArray(JSONTokener readFrom) throws JSONException { method in class:JSONArray
102 public JSONArray(String json) throws JSONException { method in class:JSONArray
[all...]

Completed in 121 milliseconds