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