JSONValue.get

Returns the raw contained value.

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

struct JSONValue
ref inout
inout(T)
get
(
T
)
()

Meta