#pragma once #include #include class convert { public: static void from_json(const json &, HttpServer::Config &); static void from_json(const json &, HttpsServer::Config &); };