Struct jsonc_parser::Scanner
source · [−]pub struct Scanner<'a> { /* private fields */ }
Expand description
Converts text into a stream of tokens.
Implementations
Moves to and returns the next token.
Gets the start position of the token.
Gets the line the token starts on.
Gets the line the token ends on.