Home
last modified time | relevance | path

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

/libcore/json/src/test/java/libcore/org/json/
DJSONStringerTest.java47 stringer.endObject(); in testEmptyObject()
88 stringer.endObject(); in testKeyValue()
146 new JSONStringer().endObject(); in testMismatchedScopes()
156 new JSONStringer().array().endObject(); in testMismatchedScopes()
190 stringer.endObject(); in testRepeatedKey()
199 stringer.endObject(); in testEmptyKey()
227 new JSONStringer().object().key(original).value(false).endObject().toString()); in assertEscapedAllWays()
229 new JSONStringer().object().key("a").value(original).endObject().toString()); in assertEscapedAllWays()
251 stringer.endObject(); in testJSONObjectAsValue()
279 stringer.endObject(); in testObjectNestingMaxDepthSupports20()
[all …]
/libcore/json/src/main/java/org/json/
DJSONStringer.java171 public JSONStringer endObject() throws JSONException { in endObject() method in JSONStringer
DJSONObject.java736 stringer.endObject(); in writeTo()