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