json/doc/mkdocs/docs/api/json_sax/binary.md
2021-11-05 14:26:19 +01:00

25 lines
293 B
Markdown

# json_sax::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.