Get the latest tech news
Msgpack23 – A modern, header-only C++ library for MessagePack (de)serialization
A modern, header-only C++ library for MessagePack serialization and deserialization. msgpack.org[c++23] - rwindegger/msgpack23
msgpack23 is a lightweight library that provides a straightforward approach to serializing and deserializing C++ data structures into the MessagePack format. Extensible: Allows you to define custom types by implementing pack and unpack member functions, automatically integrating them into the serialization pipeline. Variety of Primitive Types: Integers (signed/unsigned), booleans, floating-point, std::string, byte arrays, and nullptr are all supported out-of-the-box.
Or read this on Hacker News