Json.get

Converts the JSON value to the corresponding D type - types must match exactly.

  1. inout(T) opCast()
  2. inout(T) get [@property getter]
    struct Json
    @property inout
    inout(T)
    get
    (
    T
    )
    ()

Meta