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, trimToSize
equals, hashCode
containsAll
public static void writeJSONString(List<Object> list, Writer out) throws IOException
list
- out
- IOException
org.json.simple.JSONValue#writeJSONString(Object, Writer)
public void writeJSONString(Writer out) throws IOException
JSONStreamAware
writeJSONString
in interface JSONStreamAware
IOException
public static String toJSONString(List<Object> list)
list
- org.json.simple.JSONValue#toJSONString(Object)
public String toJSONString()
toJSONString
in interface JSONAware
public String toString()
toString
in class AbstractCollection<Object>
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.