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

Struct GetTest

parser_test.go:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected