JsonValue.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JsonValue opIndex(size_t i)
  2. JsonValue opIndex(T key)
    struct JsonValue
    const pure
    opIndex
    (
    T
    )
    (
    T key
    )
    if (
    traits.isSomeString!T
    )

Meta