Class JSONArray

java.lang.Object
com.alibaba.fastjson.JSON
com.alibaba.fastjson.JSONArray
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List

public class JSONArray extends JSON implements List, Serializable, Cloneable
See Also:
  • Field Details

    • relatedArray

      protected transient Object relatedArray
    • componentType

      protected transient Type componentType
  • Constructor Details

    • JSONArray

      public JSONArray()
    • JSONArray

      public JSONArray(List list)
    • JSONArray

      public JSONArray(int initialCapacity)
  • Method Details