Package 

Class JSONArray

  • All Implemented Interfaces:
    io.kjson.JSONStructure , io.kjson.JSONValue , kotlin.collections.Collection , kotlin.collections.Iterable , kotlin.collections.List

    
    public final class JSONArray
     implements JSONStructure, List<JSONValue>
                        

    A JSON array. As allowed by the JSON specification, array members may be primitive types, objects, other arrays or null.