JSON for Modern C++  3.9.1

◆ get_binary() [2/2]

const binary_t& nlohmann::basic_json::get_binary ( ) const
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 19746 of file json.hpp.