deserializeFromJSONValue

Deserialize the contents of a JSONValue into the specified associative array.

  1. void deserializeFromJSONValue(T array, JSONValue jsonValue)
  2. void deserializeFromJSONValue(T associativeArray, JSONValue jsonValue)
    pure
    void
    deserializeFromJSONValue
    (
    T
    )
    (,
    in JSONValue jsonValue
    )
    if (
    isAssociativeArray!T
    )
  3. void deserializeFromJSONValue(T obj, JSONValue jsonValue)
  4. T deserializeFromJSONValue(JSONValue jsonValue)

Meta