create a MessagePack serialization of a given JSON value
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
static std::vector<uint8_t> to_msgpack(basic_json const& j);
a MessagePack serialization of j as a byte vector