Function JSONValue.get

Returns the raw contained value.

inout ref inout(T) get(T) ();

This must only be called if the type of the stored value matches T. Use .hasType!T or .typeID for that purpose.