Q:

golang convert json string to map

jsonMap := make(map[string]interface{})
err := json.Unmarshal([]byte(jsonStr), &jsonMap)
0

New to Communities?

Join the community