Home
last modified time | relevance | path

Searched refs:endArray (Results 1 – 4 of 4) sorted by relevance

/libcore/json/src/test/java/libcore/org/json/
DJSONStringerTest.java40 stringer.endArray(); in testValueJSONNull()
54 stringer.endArray(); in testEmptyArray()
66 stringer.endArray(); in testArray()
76 stringer.endArray(); in testValueObjectMethods()
105 stringer.endArray(); in testNumericRepresentations()
130 stringer.endArray(); in testWeirdNumbers()
151 new JSONStringer().endArray(); in testMismatchedScopes()
161 new JSONStringer().object().endArray(); in testMismatchedScopes()
231 new JSONStringer().array().value(original).endArray().toString()); in assertEscapedAllWays()
241 stringer.endArray(); in testJSONArrayAsValue()
[all …]
/libcore/json/src/main/java/org/json/
DJSONStringer.java152 public JSONStringer endArray() throws JSONException { in endArray() method in JSONStringer
DJSONArray.java618 stringer.endArray(); in writeTo()
/libcore/api/
Dcurrent.txt19344 method public org.json.JSONStringer endArray() throws org.json.JSONException;