json/doc/mkdocs/docs/api/json_sax/boolean.md
2021-11-04 22:02:48 +01:00

21 lines
237 B
Markdown

# json_sax::boolean
```cpp
virtual bool boolean(bool val) = 0;
```
A boolean value was read.
## Parameters
`val` (in)
: boolean value
## Return value
Whether parsing should proceed.
## Version history
- Added in version 3.2.0.