Searched refs:endObject (Results 1 – 3 of 3) sorted by relevance
47 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 …]
171 public JSONStringer endObject() throws JSONException { in endObject() method in JSONStringer
736 stringer.endObject(); in writeTo()