MCPcopy Create free account
hub / github.com/buger/jsonparser / CompiledPath

Struct CompiledPath

path_compiler.go:161–163  ·  view source on GitHub ↗

CompiledPath stores a parsed path for repeated operations. SYS-REQ-114

Source from the content-addressed store, hash-verified

159// CompiledPath stores a parsed path for repeated operations.
160// SYS-REQ-114
161type CompiledPath struct {
162 parts []string
163}
164
165// CompilePath parses jsonPath once for reuse.
166// SYS-REQ-114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected