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.51k stars 475 forks source link

Map interface version #31

Closed rodrigo-brito closed 7 years ago

rodrigo-brito commented 7 years ago

Hello @mholt, I construct a similar version of this tool: https://github.com/rodrigo-brito/json-to-go-map That version converts the JSON to a map[string]interface{}, that can be used for simple serialization in tests or small features.

Your tool is very useful and amazing, helped me a lot, so many times. Thank you so much! :heart: I hope that you enjoy this version.

Best regards, Rodrigo Brito

mholt commented 7 years ago

Fabulous! Thanks for sharing, glad you find this one useful too. :)

Don't mind if I close this. Thanks again for letting me know about it!