#include "image.h" #include "state.h" using namespace std; int main(int argc, char** argv) { string action_load = "{\"action\" : 0 }"; json msg_data = json::parse(action_load); MessageIn msgIn(msg_data); }