RapidJSON 1.0 正式版发布,C++的JSON开发包

分享 《关于我》

分享  [中文纪录片]互联网时代                 http://pan.baidu.com/s/1qWkJfcS

 
简直了,必须推荐给你们看看!HTML开发Mac OS App 视频教程 (分享自 @土豆) O网页链接
 

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#3050e8bbe5)

  • Add version macros (#311)

Rapidjson 是一个 C++ 的快速 JSON 解析器和生成器,使用 SAX/DOM 风格的 API 设计。

RapidJSON 1.0 正式版发布,C++的JSON开发包

你可能感兴趣的:(json)