摘要: #include#include #include using namespace std;using namespace boost::property_tree;//其实有点像std::list,自己可以构造一个任何类型的节点插进去,特别数组类型,用法太灵活了int main(){ std::s... 阅读全文
posted @ 2014-07-22 21:24 zzyoucan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: #include#include #include #include #include //解析下面的json//pairint main(){ using namespace boost::property_tree; std::string strJson = "{ \"people... 阅读全文
posted @ 2014-07-22 19:31 zzyoucan 阅读(311) 评论(0) 推荐(0) 编辑