Alat Developer

Beautify JSON online

Beautify JSON instantly in your browser.

Semua alat

JSON Beautifier

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

Cara menggunakan

  1. Tempel input JSON Anda.
  2. Klik Format untuk merapikan dan memvalidasi.
  3. Salin hasil yang sudah diformat.

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.

Privasi

Sebagian alat berjalan di browser Anda. Beberapa fitur mungkin memerlukan pemrosesan server.

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

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

                                    

Was this tool helpful?