JSON unmarshaling with long numbers gives floating point number
I was marshaling and unmarshaling JSONs using golang and when I want to do it with number fields golang transforms it in floating point numbers instead of use long numbers, for example. I have the