Decoder.decodedValue

Returns the decoded object.

  1. inout(T) decodedValue [@property getter]
    struct Decoder
    @property nothrow ref inout
    inout(T)
    decodedValue
    (
    T = JSONValue
    )
    ()
    if (
    is(T : JSONValue)
    )
  2. inout(T) decodedValue [@property getter]

Meta