Issue with ordering JSON keys when marshalling an ordered map in Golang
I have a requirement to iterate a given piece of JSON, and where an array contains a single item to convert that into a map. This is quite easy to do. The catch is, I need to product a piece…