isSupportedValueType.isSupportedValueType

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

Meta