Documentation ¶ Index ¶ type Node type Tokenizer func NewTokenizer(q string) *Tokenizer func (t *Tokenizer) Tokenize() (*[]Node, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Node ¶ type Node struct { IsArray bool Accessor string GetAll bool } type Tokenizer ¶ type Tokenizer struct { // contains filtered or unexported fields } func NewTokenizer ¶ func NewTokenizer(q string) *Tokenizer func (*Tokenizer) Tokenize ¶ func (t *Tokenizer) Tokenize() (*[]Node, error) Source Files ¶ View all Source files array_validation.goend_of_input_validation.goentrypoint.goobject_validation.gotokenizer.goutils.govars.go Click to show internal directories. Click to hide internal directories.