public class JSONArray extends ArrayList implements List, JSONAware, JSONStreamAware
modCount| Constructor and Description |
|---|
JSONArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
toJSONString() |
static String |
toJSONString(List list)
Convert a list to JSON text.
|
String |
toString() |
static void |
writeJSONString(List list,
Writer out)
Encode a list into JSON text and write it to out.
|
void |
writeJSONString(Writer out)
write JSON string to out.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllpublic static void writeJSONString(List list, Writer out) throws IOException
list - out - IOExceptionJSONValue.writeJSONString(Object, Writer)public void writeJSONString(Writer out) throws IOException
JSONStreamAwarewriteJSONString in interface JSONStreamAwareIOExceptionpublic static String toJSONString(List list)
list - JSONValue.toJSONString(Object)public String toJSONString()
toJSONString in interface JSONAwarepublic String toString()
toString in class AbstractCollection