We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
map[string]interface{}
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
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Remove install.sh script (mholt#31)
c810d2e
Signed-off-by: Prasad Ghangal <[email protected]>
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: