Class JSONArray

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess, SequencedCollection<Object>, JSONAware, JSONAwareEx, JSONStreamAware, JSONStreamAwareEx

public class JSONArray extends ArrayList<Object> implements List<Object>, JSONAwareEx, JSONStreamAwareEx
A JSON array. JSONObject supports java.util.List interface.
Author:
FangYidong <[email protected]>, Uriel Chemouni <[email protected]>
See Also: