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

Struct SetTest

parser_test.go:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type SetTest struct {
44 desc string
45 json string
46 setData string
47 path []string
48
49 isErr bool
50 isFound bool
51
52 data interface{}
53}
54
55type DeleteTest struct {
56 desc string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected