JSON 解析器 jsoniter

jsoniter

jsoniter ( json-iterator )是一款快且灵活的 JSON 解析器,同时提供 Java 和 Go 两个版本

* Jsoniter 是最快的 JSON 解析器。它最多能比普通的解析器快 10 倍之多,即使在数据绑定的用法下也有同样的性能优势。无耻地献上自己的 跑分

* 非常易于使用的 api ,允许你使用任何风格或者混搭的方式来解析 JSON 。给你前所未有的灵活性。来看看这些 API 们是不是真的有那么好用吧

* 独特的 iterator api 能够直接遍历 JSON ,极致性能! 0 内存分配!这样的 iterator 你绝对没有用过

Java 版本跑分

image

Go 版本跑分

image

A high-performance 100% compatible drop-in replacement of "encoding/json" — Read More

Latest commit to the master branch on 6-16-2021
Download as zip
授权协议:
MIT
开发语言:
Google Go 查看源码»
操作系统:
跨平台
posted @ 2021-07-05 14:41  dreamw  阅读(1072)  评论(0编辑  收藏  举报