JSON Diff

Compare dos documentos JSON y resalte adiciones, eliminaciones y modificaciones.

Procesamiento JSON todo en uno

Desde formateo y validación hasta conversión y exportación: 10 herramientas esenciales en una sola página. Sin instalación, sin registro, listo para usar.

Formatear y minificar

Embellezca con sangría o comprima en una sola línea. Tamaño de sangría personalizable para lectura o producción.

Validación de sintaxis

Detecte errores de sintaxis JSON con números precisos de línea y columna. Encuentre comas finales, problemas de comillas y más.

Comparación Diff

Comparación lado a lado de dos documentos JSON con adiciones, eliminaciones y cambios resaltados.

Visor de árbol

Explore JSON complejo en un árbol plegable. Copie rutas para localizar campos anidados rápidamente.

Conversión de formatos

JSON ↔ YAML, JSON → XML, JSON → CSV / Excel — para redactar configuraciones y exportar datos.

JSONPath

Depure expresiones JSONPath en línea. Extraiga campos anidados con plantillas de un clic.

¿Quién lo usa? Escenarios comunes

Diseñado para quienes trabajan con JSON a diario: depuración, configuración, pruebas y exportación de datos.

Desarrolladores frontend
  • Depurar respuestas API y formatear JSON de logs
  • Extraer valores anidados con JSONPath
  • Comparar estructuras de datos frontend y backend
Desarrolladores backend
  • Validar payloads JSON entrantes
  • Convertir entre configuraciones JSON y YAML
  • Revisar cambios en la estructura de versiones API
Ingenieros QA
  • Diff de payloads de respuesta API
  • Exportar datos de prueba a Excel
  • Convertir y validar formatos de mensajes
DevOps
  • Redactar configuraciones K8s y docker-compose
  • Convertir entre JSON y YAML
  • Minificar configuraciones para reducir el tamaño de transferencia

Comience en 3 pasos

Todo funciona localmente en su navegador. Pegue JSON y vea resultados al instante: no se sube nada.

  1. 1

    Elija una herramienta

    Seleccione la función que necesite en la navegación superior: formatear, validar, Diff, convertir y más.

  2. 2

    Pegue o escriba JSON

    Pegue JSON en el área de entrada o haga clic en Cargar ejemplo para probar cada función al instante.

  3. 3

    Ver resultados y exportar

    Los resultados aparecen en tiempo real a la derecha. Copie o descargue: todo el procesamiento permanece local.

Privacidad primeroArquitectura del lado del cliente: JSON se analiza y procesa solo en su dispositivo. Sin subida, sin almacenamiento, sin seguimiento.

The JSON diff tool compares two JSON documents and highlights additions, deletions, and modifications with color-coded output. Perfect for reviewing API version changes, config drift, and test regression analysis.

Cómo usar

  1. 1 Paste the original (old) JSON into panel A and the updated (new) JSON into panel B.
  2. 2 Click Compare to generate a side-by-side diff view.
  3. 3 Review highlighted changes — green for additions, red for deletions, yellow for modifications.

Ejemplos

API response version change

Old: {"version":1,"user":"alice"}
New: {"version":2,"user":"alice","email":"a@example.com"}

Config property update

Old: {"timeout":30,"retries":3}
New: {"timeout":60,"retries":3,"cache":true}

Por qué JSON Toolbox

  • Visual side-by-side diff with color highlighting
  • Compare large nested structures easily
  • All processing is local — safe for production configs
  • Pair with the JSON Validator to ensure both inputs are valid

Preguntas frecuentes

What is a JSON diff?

A JSON diff shows the differences between two JSON documents, highlighting added, removed, and changed values.

How do I compare two JSON files?

Paste each JSON into the two input panels and click Compare. Differences are highlighted automatically.

What do the colors mean in JSON diff?

Green indicates additions, red indicates deletions, and yellow/orange indicates modified values.

Can I compare large JSON files?

Files up to 2 MB work well. Larger files may be slow; files over 10 MB are not supported.

JSON diff vs XML diff — what is the difference?

JSON diff compares key-value structures natively, while XML diff must account for element order and attributes differently.

Is this tool free?

Yes. JSON Toolbox is completely free with no sign-up, no usage limits, and no hidden fees.

Is my JSON data safe? Is it uploaded to a server?

Your data never leaves your browser. All parsing, formatting, and conversion runs locally on your device — nothing is sent to any server.

Which browsers are supported?

All modern browsers including Chrome, Firefox, Safari, and Edge. No plugins or extensions required.

What is the maximum file size?

Files over 2 MB may feel slow; files over 10 MB are blocked. For very large payloads, use a local CLI tool instead.

Does it support JSON5, comments, or trailing commas?

Only standard JSON (RFC 8259) is supported. JSON5 features like comments and trailing commas are not accepted.