JsonSerializer.getItemAs

Undocumented in source. Be warned that the author may not have intended to support it.
class JsonSerializer
static
T
getItemAs
(
T
bool canThrow = false
)
(
ref const(JSONValue) json
,
string name
,
T defaultValue = T.init
)
if (
!is(T == void)
)

Meta