The `object_end` signal is emitted each time a parser has successfully parsed an entire JSON object.
Derive your own parser type from `JsonParser` and override the [vfunc@Json.Parser.object_end] virtual function
| object |
the parsed JSON object |