Signal
JsonParser::array-end
Description [src]
The ::array-end
signal is emitted each time a parser
has successfully parsed an entire JSON array.
Default handler: | The default handler is called after the handlers added via |
Parameters
array |
JsonArray |
The parsed JSON array. |
|
The data is owned by the caller of the function. |