nextString

Returns the string value of the next token, consuming it. If the next token is a number, this method will return its string form.

open fun nextString(): String