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 (']'
).
array
- the array handler returned from .startArray, or null
if not
provided