JsonSerializer.deserializeObject

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void deserializeObject(T target, const(JSONValue) json)
    class JsonSerializer
    static
    void
    deserializeObject
    (
    ref T target
    ,
    auto ref const(JSONValue) json
    )
    if (
    is(T == struct)
    )
  2. void deserializeObject(T target, const(JSONValue) json)

Meta