Versions in this module Expand all Collapse all v1 v1.0.0 Jun 10, 2022 Changes in this version + type Scanner struct + func NewSchemaScanner(file *fs.File, allowNonSpaceByteAfterTopLevelValue bool) *Scanner + func (s *Scanner) Length() uint + func (s *Scanner) Next() (lexeme.LexEvent, bool)