MCPcopy Index your code
hub / github.com/go-openapi/jsonpointer / JSONLookup

Method JSONLookup

ifaces.go:12–12  ·  view source on GitHub ↗

JSONLookup returns a value pointed at this (unescaped) key.

(key string)

Source from the content-addressed store, hash-verified

10type JSONPointable interface {
11 // JSONLookup returns a value pointed at this (unescaped) key.
12 JSONLookup(key string) (any, error)
13}
14
15// JSONSetable is an interface for structs to implement, when they need to customize the json

Callers 2

resolveNodeForTokenMethod · 0.65
getSingleImplFunction · 0.65

Implementers 4

CustomDociface_example_test.go
pointableImplpointer_test.go
settableDocpointer_test.go
settableCollpointer_test.go

Calls

no outgoing calls

Tested by

no test coverage detected