Converts the provided value to a json representable object.
value
@override Object? convert(T value) => _convert(value);