open fun endObjectValue(object: O?, name: String): Unit
Indicates the end of an object member value in the JSON input. This method will be called after
reading the last character of the member value, just after the end
method for the
specific member type (like endString(), endNumber(), etc.).
object
- the object handler returned from .startObject, or null if not provided
name
- the parsed member name