Documentation
¶
Overview ¶
Package parser parses RFC 9535 JSONPath queries into parse trees. Most JSONPath users will use package github.com/theory/jsonpath instead of this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPathParse = errors.New("jsonpath")
ErrPathParse errors are returned for path parse errors.
Functions ¶
func Parse ¶
Parse parses path, a JSONPath query string, into a spec.PathQuery. Returns a ErrPathParse on parse failure.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.