定义了一个名为Student 的Struct,一个名为score的map,map的key是Student类型,value是int64.
把score里面的struct转成了string然后做marshal成功了,现在的问题是,不知道怎么从这个json再unmarshal回来。
请各位大牛赐教。
![Screen Shot 2019-03-25 at 4.48.55 PM.png](https://static.studygolang.com/190325/e442f08b4db9d65e75414955ef52e075.png)
更多评论
![Screen Shot 2019-03-25 at 4.49.02 PM.png](https://static.studygolang.com/190325/5aa1861549cfe1d279f9f4590aa340a6.png)
#1