Home
last modified time | relevance | path

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

/libcore/json/src/test/java/org/json/
DJSONObjectTest.java71 object.getJSONArray("foo"); in testEmptyObject()
460 assertSame(a, object.getJSONArray("foo")); in testJSONObjects()
468 object.getJSONArray("bar"); in testJSONObjects()
488 object.getJSONArray("foo"); in testArrayCoercion()
778 JSONArray array = object.getJSONArray("foo"); in testAccumulateMutatesInPlace()
/libcore/json/src/main/java/org/json/
DJSONArray.java495 public JSONArray getJSONArray(int index) throws JSONException { in getJSONArray() method in JSONArray
DJSONObject.java583 public JSONArray getJSONArray(String name) throws JSONException { in getJSONArray() method in JSONObject