deserializeFromJSONValue

Deserialize the contents of a JSONValue into the specified array.

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

Meta