Json.opIndex

Allows direct indexing of object typed JSON values using a string as the key.

  1. inout(Json) opIndex(size_t idx)
  2. const(Json) opIndex(string key)
  3. Json opIndex(string key)
    struct Json
    ref
    opIndex
    (
    string key
    )

Meta