A collection is an immutable list of elements with a handful of functions to iterate, group, transform and extract information from it. @template-extends \IteratorIterator
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
Json[string] | Json[string] debugInfo(string[] hideKeys = null) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
this(Json[] | this(Json[] newItems) | ||||
void | void __unserialize(Json[string] data) | ||||
this(Json[string] | this(Json[string] someItems) | ||||
this() | this() | ||||
Json[string] | Json[string] __serialize() |