api / tv.twelvetone.json / JsonHandler / startArray

startArray

open fun startArray(): A?

Indicates the beginning of an array in the JSON input. This method will be called when reading the opening square bracket character ('[').

This method may return an object to handle subsequent parser events for this array. This array handler will then be provided in all calls to startArrayValue(), endArrayValue(), and endArray() for this array.

Return
a handler for this array, or null if not needed