mholt / json-to-go

Translates JSON into a Go type in your browser instantly (original)

Home Page:https://mholt.github.io/json-to-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map interface version

rodrigo-brito opened this issue · comments

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! ❤️
I hope that you enjoy this version.

Best regards,
Rodrigo Brito

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!