Uses of Class
org.kordamp.json.util.JSONBuilder
-
Packages that use JSONBuilder Package Description org.kordamp.json.util -
-
Uses of JSONBuilder in org.kordamp.json.util
Subclasses of JSONBuilder in org.kordamp.json.util Modifier and Type Class Description classJSONStringerJSONStringer provides a quick and convenient way of producing JSON text.Methods in org.kordamp.json.util that return JSONBuilder Modifier and Type Method Description JSONBuilderJSONBuilder. array()Begin appending a new array.JSONBuilderJSONBuilder. endArray()End an array.JSONBuilderJSONBuilder. endObject()End an object.JSONBuilderJSONBuilder. key(String s)Append a key.JSONBuilderJSONBuilder. object()Begin appending a new object.JSONBuilderJSONBuilder. value(boolean b)Append either the valuetrueor the valuefalse.JSONBuilderJSONBuilder. value(double d)Append a double value.JSONBuilderJSONBuilder. value(long l)Append a long value.JSONBuilderJSONBuilder. value(Object o)Append an object value.
-