nextNull

abstract fun <T> nextNull(): T

Consumes the next token from the JSON stream and asserts that it is a literal null. Returnsnull.

Throws

if the next token is not null or if this reader is closed.