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

Method Delete

config.go:72–75  ·  view source on GitHub ↗

Delete removes the value addressed by keys using c's parsing options. SYS-REQ-115

(data []byte, keys ...string)

Source from the content-addressed store, hash-verified

70// Delete removes the value addressed by keys using c's parsing options.
71// SYS-REQ-115
72func (c Config) Delete(data []byte, keys ...string) []byte {
73 result, _ := deleteFoundConfig(c, data, keys...)
74 return result
75}
76
77// ArrayEach iterates over the addressed array using c's parsing options.
78// SYS-REQ-115

Callers 2

TestCompiledPathMethodsFunction · 0.45

Calls 1

deleteFoundConfigFunction · 0.85

Tested by 2

TestCompiledPathMethodsFunction · 0.36