isSupportedValueType.isSupportedValueType

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

Meta