JSONType.opIndex

Associative array index function for objects describing associative array-like attributes.

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

Return Value

Type: JSONType

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

Meta