How To Use JSON in Go
Programs need to store data their own data and communicate with each other. JSON is a popular way to do both. In this tutorial, you will use Go’s `encoding/json` package to enode and decode JSON data so that you can save your own JSON data and interact with APIs.