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