open fun endObject(object: O?): Unit
Indicates the end of an object in the JSON input. This method will be called after reading the
closing curly bracket character ('}'
).
object
- the object handler returned from .startObject, or null if not provided