blob: 3a31ca24b627e440eaeabef0f1ae9249504608c6 [file] [log] [blame]
#include <json.hpp>
using json = nlohmann::json;
int main()
{
// call meta()
std::cout << std::setw(4) << json::meta() << '\n';
}