How to Parse JSON in Golang (With Examples) - Soham's blog
Oct 18, 2017·Try it here. Each string corresponds to a JSON property, and its mapped interface{} type corresponds to the value, which can be of any type. The type is asserted from this interface{} type as is needed in the code. These maps can be iterated over, so a …