代码如下:
```go
var temp interface{}
err := json.Unmarshal(code, &temp)
m := temp.(map[string]interface{})
cmd_name := m["command"]
msgId := m["msg_id"]
fmt.Println("cmd_name: ", m["command"])
```
各位大神,帮忙看一下这段代码有没有什么问题,一个jsonDecode的过程报错了,错误是:
> panic: interface conversion: interface {} is nil, not map[string]interface {}
有疑问加站长微信联系(非本文作者)