Strumenti Sviluppatore

Formatta JSON online

Incolla JSON e ottieni output formattato istantaneamente.

Tutti gli strumenti

Formattatore JSON

Upload file
Drag & drop a file here, or choose a file.
JSON
Output

Come usare

  1. Incolla il tuo input JSON.
  2. Clicca Formatta per abbellire e validare.
  3. Copia l'output formattato.

Best practices

  • Preview the output before downloading or sharing it.
  • For best performance, try with smaller inputs first.
  • Avoid pasting sensitive data on shared devices.

Privacy

Alcuni strumenti funzionano nel browser. Alcune funzioni possono richiedere elaborazione server.

Esempi
Input minificato
Input
{"a":1,"b":[true,false]}
Output

                                    
Output formattato
Input
{
  "a": 1,
  "b": [
    true,
    false
  ]
}
Output

                                    

Was this tool helpful?