Output QA
See exactly what changed between two JSON outputs.
Recursive structural comparison with JSON Pointer paths. Export deterministic change reports or an add/remove/replace patch without uploading either document.
Baseline JSON
Paste or open a fileCurrent JSON
Paste or open a fileDifference report
Deterministic structural comparisonΔ
Ready to compareObject keys and array indices are compared recursively. No document leaves this tab.
JSON Pointer, not fuzzy text matching
Changes are identified using JSON Pointer paths such as /items/1. The exported patch uses the standard add, remove and replace operation shapes for the changes this tool generates.
Arrays are positional in v0.4.3
Array items are compared by index. Reordering an array can therefore create several changes; semantic/keyed array matching is deliberately not inferred.