Try to convert to value from any given json
@override String? tryParse(source) { return source?.toString(); }