api / tv.twelvetone.json / JsonHandler / startObjectName

startObjectName

open fun startObjectName(object: O?): Unit

Indicates the beginning of the name of an object member in the JSON input. This method will be called when reading the opening quote character ('"') of the member name.

Parameters

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