Formateador JSON

Formatea, valida y minifica JSON al instante. Los errores se resaltan con línea y columna.

Introduce un valor arriba para ver el resultado.

What is this for?

JSON travels minified — every byte counts when an API response is being shipped. But minified JSON is unreadable. This tool round-trips through the browser's native JSON.parse / JSON.stringify to produce indented, copy-able output, validate the structure, or strip whitespace back out. Nothing is uploaded; everything happens in the page.

When to use it

Common gotchas