public class JSONArray extends ArrayList<Object> implements List<Object>, JSONAware, JSONStreamAware
modCount| Constructor and Description | 
|---|
JSONArray()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
toJSONString()  | 
static String | 
toJSONString(List<Object> list)
Convert a list to JSON text. 
 | 
String | 
toString()  | 
static void | 
writeJSONString(List<Object> 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<Object> list, Writer out) throws IOException
list - out - IOExceptionorg.json.simple.JSONValue#writeJSONString(Object, Writer)public void writeJSONString(Writer out) throws IOException
JSONStreamAwarewriteJSONString in interface JSONStreamAwareIOExceptionpublic static String toJSONString(List<Object> list)
list - org.json.simple.JSONValue#toJSONString(Object)public String toJSONString()
toJSONString in interface JSONAwarepublic String toString()
toString in class AbstractCollection<Object>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.