Versions in this module Expand all Collapse all v1 v1.0.0 Jun 10, 2022 Changes in this version + func FromFile(f *fs.File, oo ...Option) jschema.Document + func New(name string, content []byte, oo ...Option) jschema.Document + type Document struct + func (d *Document) Check() error + func (d *Document) Len() (uint, error) + func (d *Document) NextLexeme() (lexeme.LexEvent, error) + type Option func(s *Document) + func AllowTrailingNonSpaceCharacters() Option