Herramientas de Desarrollo

Formatear JSON online

Pega JSON y obtén una salida formateada al instante.

Formateador JSON

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

Cómo usar

  1. Pega tu entrada JSON.
  2. Haz clic en Formatear para embellecer y validar.
  3. Copia la salida formateada.

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.

Privacidad

Algunas herramientas funcionan en tu navegador. Algunas funciones pueden requerir procesamiento en el servidor.

Ejemplos
Entrada minificada
Entrada
{"a":1,"b":[true,false]}
Salida

                                    
Salida formateada
Entrada
{
  "a": 1,
  "b": [
    true,
    false
  ]
}
Salida

                                    

Was this tool helpful?