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