create a MessagePack serialization of a given JSON value
Declared in <nlohmann/json.hpp>
static
std::vector<uint8_t>
to_msgpack(basic_json const& j);
A standard container which offers fixed time access to individual elements in any order.
| Name | Description |
|---|---|
| j | a class to store JSON values |