mholt / json-to-go

Translates JSON into a Go type in your browser instantly (original)
https://mholt.github.io/json-to-go/
MIT License
4.48k stars 473 forks source link

upgrade ints and floats in arrays with mixed sizes #138

Closed grische closed 1 month ago

grische commented 1 month ago

This improves the conversion but does not fix #67 unfortunately.

Depends on #133