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);

Parameters

Name

Description

j

a class to store JSON values

Created with MrDocs