JSONValue.get - multiple declarations

Function JSONValue.get

Generic type value getter A convenience getter that returns this JSONValue as the specified D type.

inout inout(T) get(T)() const pure @property @safe;

Note

only numeric, 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

Function JSONValue.get

inout inout(T) get(T)() pure @property @trusted;

Function JSONValue.get

inout inout(T) get(T)() pure @property @trusted;