mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-13 09:18:31 +01:00
msgpack::unpacked is a typedef of the msgpack::object_handle. I recommend using msgpack::object_handle. It can be used not only holding unpacked msgpack objects but also msgpack::objects that are created by any types. Replaced unpack() APIs in test codes and examples. They used to use old APIs.
1.3 KiB
1.3 KiB