I have CSV source with numbers like 40.94, but after reading it and serializing to JSON I have something like 40.93999862670898 because of float representation, so my JSON file is very big. Is this possible to round it back when serializing?