Registry / serialization / nsf-jsondiff

nsf-jsondiff

JSON →
library0.0.0-20260207060731-8e8d90c4c0acgogounverified

Package jsondiff computes differences between JSON documents.

go get github.com/nsf/jsondiff
INSTALL
IMPORT
SIG · NSF-JSONDIFF
N
nsf-jsondiff
serializationgov0.0.0-20260207060731-8e8d90c4c0ac
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/nsf/jsondiff

Compare two JSON documents and get the difference.

package main import ( "fmt" "github.com/nsf/jsondiff" ) func main() { diff := jsondiff.Compare([]byte(`{"a":1}`), []byte(`{"a":2}`)) fmt.Println(diff) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260207060731-8e8d90c4c0aclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nsf-jsondiff — go get nsf-jsondiff · libregistry