json-patch icon indicating copy to clipboard operation
json-patch copied to clipboard

A Go library to apply RFC6902 patches and create and apply RFC7386 patches

Results 11 json-patch issues
Sort by recently updated
recently updated
newest added

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...

dependencies
go

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 {...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

When escaping a slash with `~1` the following error is printed when trying to add a nested path and using `ensurePathExistsOnAdd`: ``` patch_test.go:831: Unable to apply patch: add operation does...

I want to create an RFC 6902 patch, but your library doesn't seem to support it. I have JsonA and JsonB, and I need to write the difference to the...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management...

dependencies
github_actions