Home
last modified time | relevance | path

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

/libcore/json/src/main/java/org/json/
DJSONStringer.java195 JSONStringer close(Scope empty, Scope nonempty, String closeBracket) throws JSONException { in close() argument
197 if (context != nonempty && context != empty) { in close()
202 if (context == nonempty) { in close()