Uses of Class
net.sf.json.util.JSONBuilder
Packages that use JSONBuilder
-
Uses of JSONBuilder in net.sf.json.util
Subclasses of JSONBuilder in net.sf.json.utilModifier and TypeClassDescriptionclassJSONStringer provides a quick and convenient way of producing JSON text.Methods in net.sf.json.util that return JSONBuilderModifier and TypeMethodDescriptionprivate JSONBuilderAppend a value.JSONBuilder.array()Begin appending a new array.private JSONBuilderJSONBuilder.end(char m, char c) End something.JSONBuilder.endArray()End an array.JSONBuilder.endObject()End an object.Append a key.JSONBuilder.object()Begin appending a new object.JSONBuilder.value(boolean b) Append either the valuetrueor the valuefalse.JSONBuilder.value(double d) Append a double value.JSONBuilder.value(long l) Append a long value.Append an object value.