api / tv.twelvetone.json / JsonHandler / startArrayValue

startArrayValue

open fun startArrayValue(array: A?): Unit

Indicates the beginning of an array element in the JSON input. This method will be called when reading the first character of the element, just before the call to the start method for the specific element type (.startString, .startNumber, etc.).

Parameters

array - the array handler returned from .startArray, or null if not provided