c++ 占位符和序列化


1
#include <nlohmann/json.hpp> 2 #include <iostream> 3 #include <iomanip> 4 5 using json = nlohmann::json; 6 7 int main() 8 { 9 std::cout << std::setw(4) << json::meta() << std::endl; 10 }

https://json.nlohmann.me/integration/package_managers/

posted @ 2023-08-18 16:37  微笑的''80  阅读(21)  评论(0)    收藏  举报