#ifndef CONFIG_H #define CONFIG_H #include "json.hpp" using json = nlohmann::json; extern json CONFIG; #endif