json-patch
json-patch copied to clipboard
A Go library to apply RFC6902 patches and create and apply RFC7386 patches
For V4 and V5, the apply results of the values that do not exist in replace are inconsistent. V5: replace operation does not apply: doc is missing key: /load v4:...
Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.4.0 to 1.6.1. Release notes Sourced from github.com/jessevdk/go-flags's releases. v1.6.1 Full Changelog: https://github.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1 v1.6.0 What's Changed ini: fix IniParser.write() for zero values by @sean- in jessevdk/go-flags#332 fix...
fix: https://github.com/evanphx/json-patch/issues/205
https://github.com/pkg/errors was archived. Might be best to migrate to stdlib `errors` package, I think the only unsupported function ``` errors.Wrapf(err, "...") ``` can be replaced with something like ``` fmt.Errof("%w:...
# Introduction I am new to this library and I wonder if it is possible to get merge conflicts? # Example We have the following JSON documents **original** ```json {...