bool, string, JSONValue[string], and JSONValue[] types are accepted
Throws
JSONException if T cannot hold the contents of this JSONValue
ConvException in case of integer overflow when converting to T
inout(T) get(T)() @property inout const pure @safeA convenience getter that returns this JSONValue as the specified D type.
bool, string, JSONValue[string], and JSONValue[] types are accepted
JSONException if T cannot hold the contents of this JSONValue
ConvException in case of integer overflow when converting to T
ditto