Pular para o conteúdo
RapideTools

JSON para CSV

Converta um array JSON para CSV.

Paste a JSON array of objects to convert it to CSV. Columns are taken from the union of all object keys; values with commas or quotes are escaped. Everything runs locally in your browser.

Sua entrada é processada localmente no navegador — nada é enviado, armazenado ou registrado.

Poupou o seu tempo?Me pague um café

Como funciona

  1. 1 Paste a JSON array of objects.
  2. 2 The CSV appears live.
  3. 3 Copy or download the .csv file.

Casos de uso comuns

  • Export API data to a spreadsheet.
  • Turn JSON into a CSV report.
  • Move data into Excel or Sheets.
  • Flatten records for analysis.

Perguntas frequentes

Is my text sent to a server?

No. Everything runs locally in your browser — your text is never uploaded, stored or logged.

What input is expected?

A JSON array of objects, e.g. [{"a":1},{"a":2}]. Anything else shows a clear error.

How are columns chosen?

From the union of all keys across the objects, in first-seen order. Missing values are left blank.

Is it really free?

Yes — free, with no signup and no limits.