JSONArray<T, K extends _JSONValue<T> , I extends Iterable<T> > constructor
Null safety
- Iterable<
K> items
Implementation
JSONArray(this.items);
JSONArray(this.items);