文件名称:json:具有其他功能的Golang编码json的直接替换
文件大小:194KB
文件格式:ZIP
更新时间:2024-06-14 22:47:02
golang json encoder-decoder Go
后视镜 具有其他功能的Golang 替换。 安装 $ go get -u github.com/clarketm/json 用法 - import "encoding/json" + import "github.com/clarketm/json" 与Golang 用法相同。 特征 支持结构的零个值与omitempty : 。 如果将omitempty应用于结构,并且该结构的所有子级均为空,则在编组时,它将从编码的json中省略。 name old time/op new time/op delta EncodeMarshaler-16 45.1ns ± 9F.1ns ±10% ~ (p=0.224 n=20+20) name old alloc/op new allo