Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + type GrammarType uint32 + const EndArrayGrammar + const EndObjectGrammar + const ErrorGrammar + const LiteralGrammar + const NumberGrammar + const StartArrayGrammar + const StartObjectGrammar + const StringGrammar + const WhitespaceGrammar + func (gt GrammarType) String() string + type Parser struct + func NewParser(r io.Reader) *Parser + func (p *Parser) Err() error + func (p *Parser) Next() (GrammarType, []byte) + func (p *Parser) Restore() + func (p *Parser) State() State + type State uint32 + const ArrayState + const ObjectKeyState + const ObjectValueState + const ValueState + func (state State) String() string