api / tv.twelvetone.json / JsonHandler / endObjectName

endObjectName

open fun endObjectName(object: O?, name: String): Unit

Indicates the end of an object member name in the JSON input. This method will be called after reading the closing quote character ('"') of the member name.

Parameters

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