Is it possible to get raw message::ptr data, ignoring its type? I am interested in the content of the message without protocol headers. I would like to convert std::string to nlohmann::json. I would not like to write long code converting std::map to nlohmann::json.
Is it possible to get raw message::ptr data, ignoring its type? I am interested in the content of the message without protocol headers. I would like to convert std::string to nlohmann::json. I would not like to write long code converting std::map to nlohmann::json.