jsonizer v0.5.1 (2015-09-09T03:22:33Z)
Dub
Repo
JsonizeMe.populateFromJSON
jsonizer
jsonize
JsonizeMe
Undocumented in source. Be warned that the author may not have intended to support it.
void
populateFromJSON
(std.json.JSONValue json)
void
populateFromJSON
(std.json.JSONValue json)
mixintemplate
JsonizeMe
(JsonizeIgnoreExtraKeys ignoreExtra = JsonizeIgnoreExtraKeys.yes)
static if
(!(
is(typeof(this) == class) && __traits(hasMember, std.traits.BaseClassesTuple!(typeof(this))[0], "populateFromJSON")
))
void
populateFromJSON
(
std.json.JSONValue
json
)
Meta
Source
See Implementation
jsonizer
jsonize
JsonizeMe
functions
convertToJSON
populateFromJSON
mixins
GeneratedDeserializer
GeneratedSerializer