blob: e5a31be4bd6884edf5cf11d11ade0670f524ed85 [file] [log] [blame]
#include <nlohmann/json.hpp>
#include <iostream>
using json = nlohmann::json;
int main()
{
std::cout << json::meta() << std::endl;
}