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

Struct SetTest

parser_test.go:44–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected