Closed zupalex closed 2 years ago
Actually after testing encoding/json in go playground I realized that it's the json package that decodes int as float64 so not much you can do on your side I guess. Closing this issue.
I have this problem. How did you solve this problem?
Actually after testing encoding/json in go playground I realized that it's the json package that decodes int as float64 so not much you can do on your side I guess. Closing this issue.
Hi,
using latest version of jsontoml (2.0.1) I observe an unintended behaviour. Integers become float
e.g.
will output
I did not find related issues about this surprisingly, sorry if I'm missing something obvious