package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Mar 6, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Tokenize converts a JSON Path selector to a collection of parsable tokens
type Token interface {
Apply(root, current interface{}, next []Token) (interface{}, error)
String() string
Type() string
}
Token represents a component of a JSON Path selector
Parse will parse a single token string and return an actionable token
Source Files
¶
Click to show internal directories.
Click to hide internal directories.