MCPcopy Create free account
hub / github.com/PaesslerAG/jsonpath / newParser

Function newParser

parse.go:28–30  ·  view source on GitHub ↗
(p *gval.Parser)

Source from the content-addressed store, hash-verified

26}
27
28func newParser(p *gval.Parser) *parser {
29 return &parser{Parser: p, path: plainPath{}}
30}
31
32func (p *parser) parse(c context.Context) (r gval.Evaluable, err error) {
33 err = p.parsePath(c)

Callers 3

parseJSONObjectElementFunction · 0.85
parseRootPathFunction · 0.85
parseCurrentPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…