skipValue

Skips the next value recursively. If it is an object or array, all nested elements are skipped. This method is intended for use when the JSON token stream contains unrecognized or unhandled values.

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

open fun skipValue()