AI Utilities workbench
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.

RFC 6901 pathsadd/remove/replace patch0 network calls

Baseline JSON

Paste or open a file

Current JSON

Paste or open a file

Difference report

Deterministic structural comparison
Δ
Ready to compare

Object keys and array indices are compared recursively. No document leaves this tab.

How paths work

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.

Copied