Uses of Class
com.stimulsoft.base.json.JSONWriter
Packages that use JSONWriter
-
Uses of JSONWriter in com.stimulsoft.base.json
Subclasses of JSONWriter in com.stimulsoft.base.jsonModifier and TypeClassDescriptionclassJSONStringer provides a quick and convenient way of producing JSON text.Methods in com.stimulsoft.base.json that return JSONWriterModifier and TypeMethodDescriptionJSONWriter.array()Begin appending a new array.JSONWriter.endArray()End an array.JSONWriter.endObject()End an object.Append a key.JSONWriter.object()Begin appending a new object.JSONWriter.value(boolean b) Append either the valuetrueor the valuefalse.JSONWriter.value(double d) Append a double value.JSONWriter.value(long l) Append a long value.Append an object value.