Package jsonpatch offers functionality to apply and create JSON Patch (RFC 6902) operations.
go get github.com/evanphx/json-patch/v5No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Applies a JSON Patch operation to a JSON document.
Update calls from patch.Apply(doc) to patch.Apply(doc) (now returns []byte, error).
No dependency data recorded yet.