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

16 lines
192 B
Markdown
Raw Normal View History

2021-11-05 00:02:48 +03:00
# json_sax::end_array
```cpp
virtual bool end_array() = 0;
```
The end of an array was read.
## Return value
Whether parsing should proceed.
## Version history
- Added in version 3.2.0.