explicitly create a binary array (without subtype)
Synopsis
Declared in <nlohmann/json.hpp>
[[nodiscard]]
static
basic_json
binary(binary_t::container_type const& init);
Return Value
a JSON binary value holding a copy of init
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
init |
container with the binary data |
Created with MrDocs