JSON.opCast

Converts this JSON object to a std.json.JSONValue object

  1. T opCast()
    struct JSON
    @safe const @safe
    T
    opCast
    (
    T
    )
    ()
    if (
    is(T == JSONValue)
    )
  2. inout(T) opCast()

Meta