meta.cpp 140 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #include <json.hpp> using json = nlohmann::json; int main() { // call meta() std::cout << std::setw(4) << json::meta() << '\n'; }