qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
json.h File Reference

JSON protocol implementations for the QB IO system. More...

#include "base.h"
#include "nlohmann/json.hpp"
Include dependency graph for json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qb::protocol::json< IO_ >
 Protocol for parsing null-terminated JSON messages. More...
struct  qb::protocol::json< IO_ >::message
 Structure representing a JSON message. More...
class  qb::protocol::json_packed< IO_ >
 Protocol for parsing null-terminated, MessagePack encoded JSON messages. More...
struct  qb::protocol::json_packed< IO_ >::message
 Structure representing a MessagePack encoded JSON message. More...

Detailed Description

JSON protocol implementations for the QB IO system.

This file contains protocol implementations for parsing and handling JSON messages. It leverages the nlohmann/json library for JSON manipulation and provides protocols for handling null-terminated JSON strings and MessagePack encoded JSON.

Author
qb - C++ Actor Framework

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.