# Structs
Lexer is a JSON lexer: it iterates over JSON tokens in a byte slice.
LexerError implements the error interface and represents all possible errors that can be generated during parsing the JSON data.
A SyntaxError is a description of a JSON syntax error.