
json
dr.xun
迭代
展开
-
学会使用x2struct(json -> struct)
库资源链接:https://github.com/xyz347/x2struct试用例子:#include <iostream>#include <string>#include "x2struct.hpp"using namespace std;struct Person{ string name; string address; int age; XTOSTRUCT(O(name, address, age));};int main(int原创 2020-08-08 17:14:58 · 1888 阅读 · 0 评论 -
json资料收集
JSON for Modern C++https://www.jianshu.com/p/69e57f2af904https://www.json.org/json-en.html原创 2019-12-14 21:19:51 · 166 阅读 · 0 评论