Class JSONArray

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, SequencedCollection, JSONAware, JSONStreamAware

public class JSONArray extends ArrayList implements List, JSONAware, JSONStreamAware
A JSON array. JSONObject supports java.util.List interface.
See Also: