MCPcopy Create free account
hub / github.com/tailscale/hujson / Find

Method Find

find.go:22–27  ·  view source on GitHub ↗

Find locates the value specified by the JSON pointer (see RFC 6901). It returns nil if the value does not exist or the pointer is invalid. If a JSON object has multiple members matching a given name, the first is returned. Object names are matched exactly, rather than with a case-insensitive match.

(ptr string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestFindFunction · 0.80

Calls 1

findMethod · 0.95

Tested by 1

TestFindFunction · 0.64