You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #717 a json decoder was introduced to parse numbers as json numbers instead of float64. This is needed to avoid truncating big integers, what can contaminate test files and can hide actual problems.
Add unit testing in a way that allows to check that the final written result is exactly what is expected, covering all the uses of json decoding and encoding.