2024-04-25 22:27:28 -05:00

10 lines
138 B
C

#ifndef __JSON__H__
#define __JSON__H__
#include "nlohmann/json.hpp"
namespace {
using json = nlohmann::json;
}
#endif // !__JSON__H__