skipName

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

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

abstract fun skipName()