The `array_element` signal is emitted each time a parser has successfully parsed a single element of a JSON array.
Derive your own parser type from `JsonParser` and override the [vfunc@Json.Parser.array_element] virtual function
| array |
a JSON array |
| index_ |
the index of the newly parsed array element |