Searched refs:endArray (Results 1 – 4 of 4) sorted by relevance
40 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 …]
152 public JSONStringer endArray() throws JSONException { in endArray() method in JSONStringer
618 stringer.endArray(); in writeTo()
19344 method public org.json.JSONStringer endArray() throws org.json.JSONException;