Uses of Class
org.json.JSONStringer
-
Uses of JSONStringer in org.json
Methods in org.json that return JSONStringerModifier and TypeMethodDescriptionJSONStringer.array()
Begins encoding a new array.JSONStringer.endArray()
Ends encoding the current array.JSONStringer.endObject()
Ends encoding the current object.Encodes the key (property name) to this stringer.JSONStringer.object()
Begins encoding a new object.JSONStringer.value
(boolean value) Encodesvalue
to this stringer.JSONStringer.value
(double value) Encodesvalue
to this stringer.JSONStringer.value
(long value) Encodesvalue
to this stringer.Encodesvalue
.