JSONType.opIndex

Array index function for objects describing array-like attributes.

  1. JSONType opIndex(string key)
  2. JSONType opIndex(int key)
    class JSONType
    opIndex
    (
    int key
    )

Return Value

Type: JSONType

The chosen index or a null reference if the index does not exist.

Meta