Json.opCast

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

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

Meta