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