Class JSONArray

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess, 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:
FangYidonginvalid input: '<'fangyidong@yahoo.com.cn>, Uriel Chemouni invalid input: '<'uchemouni@gmail.com>
See Also: