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