create a UBJSON serialization of a given JSON value
<nlohmann/json.hpp>
static
std::vector<uint8_t>
to_ubjson(
basic_json const& j,
bool const use_size = false,
bool const use_type = false);
Name | Description |
---|---|
j | a class to store JSON values |