JSONArray.opIndex

Operator overload to allow access of children

class JSONArray
override
opIndex
(
int key
)

Return Value

Type: JSONType

The child node if it exists, otherwise null.

Meta