Module lexer_core

Source
Expand description

Core lexing module Lexer used by both DOM and SAX parsers

Structs§

Lexer

Enums§

Token
Enumeration of valid JSON tokens

Type Aliases§

PackedToken
A packed token consists of a Token and the Span associated with it