1. 首页
  2. 数据库
  3. 其它
  4. go json:与Go的encodingjson兼容的快速JSON编码器解码器 源码

go json:与Go的encodingjson兼容的快速JSON编码器解码器 源码

上传者: 2021-02-17 04:54:41上传 ZIP文件 361.65KB 热度 45次
go-json 与Go的encoding / json兼容的快速JSON编码器/解码器 安装 go get github.com/goccy/go-json 如何使用 将import语句从encoding/json替换为github.com/goccy/go-json -import "encoding/json" +import "github.com/goccy/go-json" 基准测试 $ cd benchmarks $ go test -bench . 编码 最快的 解码 比json-iterator / go快 json.Unmarshal 小结构 中等结构 大型结构 流解码
用户评论