json/doc/mkdocs/docs/api/json_sax/binary.md
Niels Lohmann e97c93f451
🔧 add namespaces
2021-11-07 13:13:37 +01:00

25 lines
318 B
Markdown

# <small>nlohmann::json_sax::</small>binary
```cpp
virtual bool binary(binary_t& val) = 0;
```
A binary value was read.
## Parameters
`val` (in)
: binary value
## Return value
Whether parsing should proceed.
## Notes
It is safe to move the passed binary value.
## Version history
- Added in version 3.8.0.