4 #include <nlohmann/json.hpp> 13 nlohmann::json * jsonRequest;
14 nlohmann::json * jsonResponse;
15 bool errorDeserialize;
67 void clear()
override;
JsonMiddleware(const char *nameID)
~JsonMiddleware() override
inherited class to perform any actions with json data
Definition: json_middleware.h:12
nlohmann::json * getJsonRequest()
class wrapper for middleware
Definition: middleware.h:14
nlohmann::json * getJsonResponse()