signal callback delegate or function to connect
void callback(json.array.Array array, int index, json.parser.Parser parser)
array a JSON array (optional)
index the index of the newly parsed array element (optional)
parser the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ArrayElement signal.
The ::array-element signal is emitted each time a parser has successfully parsed a single element of a JSON array.