object_end


Description:

public virtual signal void object_end (Object object)

The `object_end` signal is emitted each time a parser has successfully parsed an entire JSON object.

Note:

Derive your own parser type from `JsonParser` and override the [vfunc@Json.Parser.object_end] virtual function

Parameters:

object

the parsed JSON object