Home
last modified time | relevance | path

Searched refs:getJSONArray (Results 1 – 3 of 3) sorted by relevance

/libcore/json/src/test/java/libcore/org/json/
DJSONObjectTest.java77 object.getJSONArray("foo"); in testEmptyObject()
466 assertSame(a, object.getJSONArray("foo")); in testJSONObjects()
474 object.getJSONArray("bar"); in testJSONObjects()
494 object.getJSONArray("foo"); in testArrayCoercion()
784 JSONArray array = object.getJSONArray("foo"); in testAccumulateMutatesInPlace()
/libcore/json/src/main/java/org/json/
DJSONArray.java497 public JSONArray getJSONArray(int index) throws JSONException { in getJSONArray() method in JSONArray
DJSONObject.java594 @NonNull public JSONArray getJSONArray(@NonNull String name) throws JSONException { in getJSONArray() method in JSONObject