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