return whether value is a binary array

Synopsis

Declared in <nlohmann/json.hpp>

constexpr
bool
is_binary() const noexcept;

Return Value

true if the value is a binary array; false otherwise

Created with MrDocs