* A lazy input range of JSON tokens. * * This range type takes an input string range and converts it into a range of * JSONToken values. * * See lexJSON for more information.
Constructs a new token stream.
Skips to the next token.
Determines if the token stream has been exhausted.
Returns the current token in the stream.
Returns a copy of the underlying input range.
The current location of the lexer.
See Implementation
* A lazy input range of JSON tokens. * * This range type takes an input string range and converts it into a range of * JSONToken values. * * See lexJSON for more information.