qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::protocol::json_packed< IO_ >::message Struct Reference

Structure representing a MessagePack encoded 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.

Detailed Description

template<typename IO_>
struct qb::protocol::json_packed< IO_ >::message

Structure representing a MessagePack encoded JSON message.

This structure contains information about a complete MessagePack message, including its size, raw data, and the parsed JSON object.