uma::bson 是一个 DOM 风格的 C++ API,用于读写 BSON 数据,
uma::bson 2.0 发布,主要改进内容包括:
重新设计和重构了 API,特别是专门在 Windows 7 using MSVC 2010 in 32-bit mode.
API 基本上和 1.3 差不多,变化不大
一些实现做了很多的变化,但对使用者来说是透明的
测试通过的平台包括:Mac OS X 10.8, LLVM 3.1 64 bit mode, Solaris 11 GCC 4.7.2 32- and 64-bit mode, and Windows with MSVC 2010 and 2012 in 32- and 64-bit mode
项目主页:http://sptci.com/docs/cpp/bson.html
下载地址:http://kenai.com/projects/mongoviewer/sources/svn/show/bson/tags
来自:开源中国社区

