explicitly create a binary array (with subtype)
Declared in <nlohmann/json.hpp>
[[nodiscard]]
static
basic_json
binary(
binary_t::container_type&& init,
binary_t::subtype_type subtype);
a JSON binary value holding init with subtype subtype
The return value should not be discarded.
| Name | Description |
|---|---|
| init | container with the binary data to move from |
| subtype | subtype to attach to the binary data |