isSupportedValueType.isSupportedValueType

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

Meta