nlohmann::basic_json::binary

explicitly create a binary array (with subtype)

Synopsis

Declared in <nlohmann/json.hpp>
[[__warn_unused_result__]]
static
basic_json
binary(
    binary_t::container_type const& init,
    binary_t::subtype_type subtype);


Return Value

a class to store JSON values

Created with MrDocs