{} JSON Diff — Comparar Dos Objetos JSON
Compare two JSON objects side by side with a color-coded tree diff. Green = added, red = removed, yellow = changed. Free online JSON diff checker.
Paste your two JSON objects into the panels and click Compare. The tool recursively walks both structures and highlights every added key (green), removed key (red), and changed value (yellow). Works with deeply nested JSON and arrays.
How to Use
Paste two JSON objects
Enter your original JSON in the left panel and the modified JSON in the right panel.
Click Compare
Press the Compare button to run the diff. The tool parses and validates both inputs first.
Read the color-coded diff
Green = added, Red = removed, Yellow = changed value, Grey = unchanged. Expand nested objects with the arrows.
Frequently Asked Questions
Guía: Comparador de JSON
¿Qué es?
Compara dos objetos JSON y resalta diferencias estructurales: claves añadidas (verde), eliminadas (rojo), modificadas (amarillo). Más inteligente que un diff de texto — entiende la estructura JSON.
Cómo usar
- Pega el primer JSON en el panel izquierdo.
- Pega el segundo JSON en el panel derecho.
- Navega por las diferencias usando los controles.
Consejos
- Formatea ambos JSON antes de comparar para eliminar diferencias de espaciado.
- En arrays, el orden importa para el diff.
- Diferencias como
1vs1.0pueden ser irrelevantes en tu contexto.