deserializeJson

Deserializes a JSON value into the destination variable.

The same types as for serializeToJson() are supported and handled inversely.

  1. void deserializeJson(T dst, Json src)
  2. T deserializeJson(Json src)
  3. T deserializeJson(R input)
    T
    deserializeJson
    (
    T
    R
    )
    ()
    if (
    isInputRange!R &&
    !is(R == Json)
    )

Meta