I am trying to decode an arbitrary JSON using Golang, so I unmarshal the incoming JSON in a map[string]interface{} as shown in the code below: func JsonHandler(jsonRequest []byte) {I am trying to decode an arbitrary JSON using G
I am trying to decode an arbitrary JSON using Golang, so I unmarshal the incoming JSON in a map[string]interface{} as shown in the code below: func JsonHandler(jsonRequest []byte) {I am trying to decode an arbitrary JSON using G