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) Encodesvalueto this stringer.JSONStringer.value(double value) Encodesvalueto this stringer.JSONStringer.value(long value) Encodesvalueto this stringer.Encodesvalue.