26#include <fmt/format.h>
34 const msgpack::object&
object) {
35 fmt::memory_buffer buffer;
37 return std::string(buffer.data(), buffer.size());
std::string format_msgpack_object_to_string(const msgpack::object &object)
Format an object in msgpack library.
Iterator format_msgpack_object_to(Iterator iterator, const msgpack::object &object)
Format an object in msgpack library.