Formattatore JSON

Formatta, valida e minifica JSON all'istante. Gli errori sono evidenziati con riga e colonna.

Inserisci un input sopra per vedere il risultato.

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