分享 《关于我》
分享 [中文纪录片]互联网时代 http://pan.baidu.com/s/1qWkJfcS
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()
andmalloc()
(0c5c153, #305, 0e8bbe5)Add version macros (#311)
Rapidjson 是一个 C++ 的快速 JSON 解析器和生成器,使用 SAX/DOM 风格的 API 设计。