open fun endArrayValue(array: A?): Unit
Indicates the end of an array element in the JSON input. This method will be called after
reading the last character of the element value, just after the end
method for the
specific element type (like endString(), endNumber(), etc.).
array
- the array handler returned from .startArray, or null
if not
provided