JsonToken from the input.JsonLexer.nextToken
JsonToken nextToken() @safeReturn the next token from the input stream.
Advances the lexer position and returns the next token. When the input is exhausted, returns a token with kind END. On lexical errors, returns a token with kind ERROR.
Returns
The next