|
qb
2.0.0.0
C++17 Actor Framework
|
Structure representing a JSON message. More...
#include <json.h>
Public Attributes | |
| const std::size_t | size |
| Message size. | |
| const char * | data |
| Pointer to the raw data. | |
| nlohmann::json | json |
| Parsed JSON object. | |
Structure representing a JSON message.
This structure contains information about a complete JSON message, including its size, raw data, and the parsed JSON object.