json/doc/mkdocs/docs/api/json_sax/boolean.md

21 lines
262 B
Markdown
Raw Normal View History

2021-11-07 15:13:37 +03:00
# <small>nlohmann::json_sax::</small>boolean
2021-11-05 00:02:48 +03:00
```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.