binaryValueAs

Returns Vibe.d's Json

  1. T binaryValueAs [@property getter]
  2. T binaryValueAs [@property getter]
  3. UUID binaryValueAs [@property getter]
  4. bool binaryValueAs [@property getter]
  5. Json binaryValueAs [@property getter]
    package @trusted @property
    Json
    binaryValueAs
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T == Json)
    )

Meta