1

I couldn't find a program for this so I'm making one. Cli based. Have a json object you need to unmarshal in golang? Yeah I was getting tired AF making structs for all of them with the json tag name over and over, so I'm mid way through a python script that generates the structs for you. I'll link it here when I'm done.

And if you're wondering why python? Dynamic object definitions. That's why it's trouble in go in the first place.

Comments
Add Comment