跳到内容
RapideTools

JSON 转 CSV

将 JSON 数组转换为 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.

你的输入在浏览器本地处理 —— 不会上传、存储或记录。

为你节省时间了吗?请我喝杯咖啡

工作原理

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

常见用例

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

常见问题

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.