Golang working with JSON: Maps vs. Structs

1 · Benjamin Cane · Dec. 8, 2020, 7:29 a.m.
This article covers how to use maps and structs to parse JSON, which is better and safer. It also covers how to work with maps safely....