Go:更快的JSON解析

By kcersing , 24 四月, 2020

更快的JSON解析
EasyJSON 采用代码生成而非反射
安装
go get -u github.com/mailru/easyjson/...使用
easyjson -all <结构定义>.go


标签