Avoiding Boilerplate: Using Generics and Reflection for JSON Parsing in Go 1.18+
Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy.JSON parsing in Go can feel repetitive. ...