Working with JSON in Go
Go JSON decoding is bit different than others again. It does not accept a string and return an object like JS or Python. Actually it does not return anything, we need to pass the pointer of a struct, and decode into it. This allows user to control th...
wpding.hashnode.dev3 min read