Versions in this module Expand all Collapse all v0 v0.0.3 Feb 27, 2025 v0.0.2 Feb 27, 2025 Changes in this version + const EOF + type Item struct + Pos int + Typ ItemType + Value string + type ItemType int + const ItemBool + const ItemColon + const ItemComma + const ItemEOF + const ItemError + const ItemFloat + const ItemInteger + const ItemKey + const ItemLeftBrace + const ItemLeftSqrBrace + const ItemNil + const ItemRightBrace + const ItemRightSqrBrace + const ItemString + type Lexer struct + Input string + Items chan Item + Name string + Pos int + Start int + Width int + func Lex(name, json string) *Lexer + func (l *Lexer) NextItem() Item