Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

【开源自荐】json-parser:一个标准C语言实现的标准JSON解析器 #3034

Open
Barenboim opened this issue Apr 3, 2023 · 0 comments

Comments

@Barenboim
Copy link

Barenboim commented Apr 3, 2023

项目地址:https://github.com/Barenboim/json-parser

推荐理由:

  • 精确实现JSON ECMA-404标准。代码内外部接口,变量命名规范,解析过程可读性强。是学习JSON标准和JSON解析的范例。
  • 性能优越,实测性能大概为cJSON的1.5倍,jsoncpp性能5倍以上。可以直接用于对性能要求苛刻的生产环境。
  • 接口设计良好,适合二次封装。GitHub上已经有第三方开源的二次封装C++ JSON库:https://github.com/wfrest/Json
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants