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

Struct GetTest

parser_test.go:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type GetTest struct {
34 desc string
35 json string
36 path []string
37
38 isErr bool
39 isFound bool
40
41 data interface{}
42}
43
44type SetTest struct {
45 desc string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected