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

Method Delete

path_compiler.go:203–205  ·  view source on GitHub ↗

Delete removes the value at the compiled path. SYS-REQ-114

(data []byte)

Source from the content-addressed store, hash-verified

201// Delete removes the value at the compiled path.
202// SYS-REQ-114
203func (c CompiledPath) Delete(data []byte) []byte {
204 return Delete(data, c.parts...)
205}
206
207// ArrayEach iterates over the array at the compiled path.
208// SYS-REQ-114

Callers

nothing calls this directly

Calls 1

DeleteFunction · 0.85

Tested by

no test coverage detected