Zum Inhalt springen

🔍 JSON Diff (Strukturvergleich)

Vergleicht zwei JSONs strukturell und zeigt Hinzufügungen, Löschungen und Änderungen mit JSON Pointer (/path/to/field) an. Unterstützt auch das Ignorieren von Schlüssel- und Array-Reihenfolge und die Erkennung von Typänderungen.

100% Free No signup Browser-only 5 languages Dark mode

🔒 Über Datenschutz

Differenzergebnis

🔗 Verwandte Tools

📖 Wie man es benutzt

  1. 1
    Paste two JSON documents
    Paste the old version on the left and the new one on the right. The Sample buttons load example data.
  2. 2
    Adjust options
    Choose the view (tree / flat / unified), whether to ignore key order or array order, and how strict type comparison should be.
  3. 3
    Review the diff
    Added (+), removed (-), and changed (~) entries appear color-coded with JSON Pointer paths. The summary shows totals at a glance.

❓ Häufig gestellte Fragen

What is JSON Pointer?
A slash-separated path notation defined in RFC 6901 for pointing at any value inside a JSON document. For example, /users/0/email points to the email field of the first array element.
What changes when array order is ignored?
Arrays are treated as sets — equal contents in different orders are considered unchanged. Useful when only the contents matter, not the position.
How are string "1" and number 1 compared?
In Strict mode they are reported as a change; in Loose mode they are treated as equal by value. Switch to Loose to tolerate type drift in API responses.
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet