Home
last modified time | relevance | path

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

/libcore/json/src/main/java/org/json/
DJSONStringer.java83 NONEMPTY_ARRAY, enumConstant
148 return close(Scope.EMPTY_ARRAY, Scope.NONEMPTY_ARRAY, "]"); in endArray()
406 replaceTop(Scope.NONEMPTY_ARRAY); in beforeValue()
408 } else if (context == Scope.NONEMPTY_ARRAY) { // another in array in beforeValue()