skipName

abstract fun skipName()

Skips the next token, consuming it. This method is intended for use when the JSON token streamcontains unrecognized or unhandled names.

This throws a JsonDataException if this parser has been configured to fail on unknown names.