RapidJSON 1.0 正式版发布,该版本在 1.0 Beta 的基础上实现了 100% 单元测试的覆盖率。
其他方面的改进包括:
Fixed a bug in trimming long number sequence (4824f12)
Fix double quote in unicode escape (#288)
Fix negative zero roundtrip (double only) (#289)
Remove an invalid Document::ParseInsitu() API (e7f1c6d)
Remove dead branches and add more unit tests for coverage
Standardize behavior of memcpy() and malloc() (0c5c153, #305, 0e8bbe5)
Add version macros (#311)
Rapidjson 是一个 C++ 的快速 JSON 解析器和生成器,使用 SAX/DOM 风格的 API 设计。
软件详情:https://github.com/miloyip/rapidjson
来自:开源中国社区

