nlohmann轻松解析json,低依赖
源项目连接https://github.com/nlohmann/json#json-as-first-class-data-type#include "json.hpp"using json = nlohmann::json;void main(const std::string & message){ printf(">>> %s\n", message.c_str()); using json = nlohmann::json; // create
原创
2021-05-18 09:57:11 ·
559 阅读 ·
2 评论