定义了一个名为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
更多评论
就是从敝司的应用场景里面抽出来的一个例子。。。。结构大家讨论过了的,现在就是mapper跟reducer之间传递中间结果做这个marshal / unmarshal的时候搞不定。。。。
#3