Registry / serialization / wi2l-jsondiff

wi2l-jsondiff

JSON →
library0.7.1gogounverified

A Go library for computing and applying JSON diffs, supporting RFC 6902 JSON Patch format.

go get github.com/wI2L/jsondiff
INSTALL
IMPORT
SIG · WI2L-JSONDIFF
W
wi2l-jsondiff
serializationgov0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jsondiff
github.com/wI2L/jsondiff

Compare two JSON documents and generate a patch.

import "github.com/wI2L/jsondiff" func main() { patch, _ := jsondiff.Compare([]byte(`{"a":1}`), []byte(`{"a":2}`)) _ = patch }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
wi2l-jsondiff — go get wi2l-jsondiff · libregistry