Lost !

-----hard working for the furture.

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 on 2023-08-18 16:37  失落''80  阅读(9)  评论(0编辑  收藏  举报

导航