isSupportedValueType.isSupportedValueType

Undocumented in source.
template isSupportedValueType(T)
enum isSupportedValueType = isJsonBasicType!(Unqual!T) || is(Unqual!T == Json) || is(Unqual!T == JSONValue);

Meta