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.
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