Cómo usar esta herramienta
- NDJSON estricto usa un valor por línea; JSON a NDJSON exige un arreglo superior. Cambiar conserva la fuente.
- Elige una operación y ejecútala.
- Revisa antes de exportar.
Indentar, Validar, Minificar, NDJSON a JSON o JSON a NDJSON. Indentar devuelve .txt, no NDJSON.
Valida JSON Lines, indenta registros, minifica NDJSON o convierte entre NDJSON y arreglos JSON en un solo espacio.
Indentar, Validar, Minificar, NDJSON a JSON o JSON a NDJSON. Indentar devuelve .txt, no NDJSON.
{"id":1,"event":"created"}
{"id":2,"event":"updated","active":true}
["heartbeat",1712345678]{
"id": 1,
"event": "created"
}
{
"id": 2,
"event": "updated",
"active": true
}
[
"heartbeat",
1712345678
]El proceso es local; importar por URL contacta esa dirección.
El NDJSON no válido indica líneas sin salida parcial.
La salida es texto, un informe, NDJSON o un arreglo JSON.
Las conversiones rechazan nombres duplicados y números que perderían precisión; se aplican límites.