Json.opIndex

Allows direct indexing of array typed JSON values.

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

Meta