MCPcopy Create free account
hub / github.com/algolia/cli / JSONPathPrinter

Struct JSONPathPrinter

pkg/printers/jsonpath.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12var _ Printer = &JSONPathPrinter{}
13
14type JSONPathPrinter struct {
15 rawTemplate string
16 JSONPath *jsonpath.JSONPath
17}
18
19func NewJSONPathPrinter(tmpl string) (*JSONPathPrinter, error) {
20 j := jsonpath.New("out")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected