Class JSONArray

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

public class JSONArray extends ArrayList implements List, JSONAware, JSONStreamAware
A JSON array.

This class is for internal use by JFreeChart, it is not part of the supported API and you should not call it directly. If you need JSON support in your project you should include JSON.simple (https://code.google.com/p/json-simple/) or some other JSON library directly in your project.
See Also: