Unleashing the power of Go: How to Unmarshal Dynamic JSON
Today we are going to write our own custom json.Unmarshal() method. I find it very useful and can make our code more maintainable and readable if we can make good use of type alias and the json.Unmarshal method. Let's say we want to decode a JSON-enc...
blog.rayspock.com5 min read