16 lines
217 B
Markdown
16 lines
217 B
Markdown
|
|
# <small>nlohmann::json_sax::</small>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.
|