谁推荐个golang强大点的能生成能解析复杂的JSON库呢!

hellsam · · 1603 次点击
更多评论
JSON.marshal不行么,问题出在哪儿了?
#1
如果 json.Marshal 满足不了你,试试这个 github.com/json-iterator/go
#2