在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:json-iterator/go开源软件地址:https://github.com/json-iterator/go开源编程语言:Go 99.9%开源软件介绍:A high-performance 100% compatible drop-in replacement of "encoding/json" BenchmarkRaw Result (easyjson requires static code generation)
Always benchmark with your own workload. The result depends heavily on the data input. Usage100% compatibility with standard lib Replace import "encoding/json"
json.Marshal(&data) with import jsoniter "github.com/json-iterator/go"
var json = jsoniter.ConfigCompatibleWithStandardLibrary
json.Marshal(&data) Replace import "encoding/json"
json.Unmarshal(input, &data) with import jsoniter "github.com/json-iterator/go"
var json = jsoniter.ConfigCompatibleWithStandardLibrary
json.Unmarshal(input, &data) How to get
Contribution Welcomed !Contributors Report issue or pull request, or email [email protected], or |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论