Home
last modified time | relevance | path

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

/libcore/json/src/main/java/org/json/
DJSONStringer.java131 JSONStringer(int indentSpaces) { in JSONStringer() argument
132 char[] indentChars = new char[indentSpaces]; in JSONStringer()
DJSONArray.java606 public String toString(int indentSpaces) throws JSONException { in toString() argument
607 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()
DJSONObject.java730 @NonNull public String toString(int indentSpaces) throws JSONException { in toString() argument
731 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()