create a MessagePack serialization of a given JSON value

Synopsis

Declared in <nlohmann/json.hpp>

static
std::vector<uint8_t>
to_msgpack(basic_json const& j);

Return Value

a MessagePack serialization of j as a byte vector

Parameters

Name

Description

j

JSON value to serialize

Created with MrDocs