English

JSON ↔ CSV 转换器

在线JSON和CSV格式互转,支持预览和下载。

Advertisement
选项
输入
输出
Advertisement

About JSON to CSV Converter

This free online tool converts JSON data to CSV (Comma-Separated Values) format for use in spreadsheet applications like Microsoft Excel, Google Sheets, and LibreOffice Calc. It also converts CSV data back to JSON for use in web applications and APIs.

Supported JSON Structures

Delimiter Options

How Nested Objects Are Flattened

When a JSON object contains nested objects, the "Flatten nested objects" option converts them using dot notation. For example, {"address": {"city": "NYC", "zip": "10001"}} becomes columns address.city and address.zip.