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.
object
- the object handler returned from .startObject, or null
if not
provided