Uses of Class
org.kordamp.json.util.JSONBuilder
Packages that use JSONBuilder
-
Uses of JSONBuilder in org.kordamp.json.util
Subclasses of JSONBuilder in org.kordamp.json.utilModifier and TypeClassDescriptionclass
JSONStringer provides a quick and convenient way of producing JSON text.Methods in org.kordamp.json.util that return JSONBuilderModifier and TypeMethodDescriptionprivate JSONBuilder
Append a value.JSONBuilder.array()
Begin appending a new array.private JSONBuilder
JSONBuilder.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 valuetrue
or the valuefalse
.JSONBuilder.value
(double d) Append a double value.JSONBuilder.value
(long l) Append a long value.Append an object value.