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

16 lines
217 B
Markdown
Raw Normal View History

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