JSON for Modern C++  3.9.1

◆ get_binary() [1/2]

binary_t& nlohmann::basic_json::get_binary ( )
inline
Returns
reference to the binary value
Exceptions
type_error.302if the value is not binary
See also
is_binary() to check if the value is binary
Since
version 3.8.0

Definition at line 19735 of file json.hpp.