Golang Convert JSON String ke Peta

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