JsonizeMe.populateFromJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void populateFromJSON(std.json.JSONValue json)
    mixintemplate JsonizeMe(JsonizeIgnoreExtraKeys ignoreExtra = JsonizeIgnoreExtraKeys.yes)
    override
    static if(is(typeof(this) == class) && __traits(hasMember, std.traits.BaseClassesTuple!(typeof(this))[0], "populateFromJSON"))
    void
    populateFromJSON
    (
    std.json.JSONValue json
    )
  2. void populateFromJSON(std.json.JSONValue json)

Meta