I have a question about json.Unmarshal. Playground example https://play.golang.org/p/3d0nUv7PSJ
The problem is: JSON does not unmarshal "1" to float. I mean "1" is a serialized JSON which should be a number. Am I doing something wrong ?:D
I have a question about json.Unmarshal. Playground example https://play.golang.org/p/3d0nUv7PSJ
The problem is: JSON does not unmarshal "1" to float. I mean "1" is a serialized JSON which should be a number. Am I doing something wrong ?:D