api / tv.twelvetone.json / JsonHandler / endObject

endObject

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 ('}').

Parameters

object - the object handler returned from .startObject, or null if not provided