create a MessagePack serialization of a given JSON value
Declared in <nlohmann/json.hpp>
static
void
to_msgpack(
basic_json const& j,
/* implementation-defined */::output_adapter<uint8_t> o);
| Name | Description |
|---|---|
| j | a class to store JSON values |