diff --git a/src/json.hpp b/src/json.hpp index e69de29..0411e0d 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -0,0 +1,7 @@ +#ifndef JSON_HPP +#define JSON_HPP + +#include "lib/json/json.hpp" +using json = nlohmann::json; + +#endif \ No newline at end of file