How do you serialize your data?

On Tue, 18 Jul 2017 15:07:09 GMT, Alexey Kulentsov wrote:

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?