api / tv.twelvetone.json / JsonHandler / endArray

endArray

open fun endArray(array: A?): Unit

Indicates the end of an array in the JSON input. This method will be called after reading the closing square bracket character (']').

Parameters

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