JSON ↔ CSV 转换
JSON 数组与 CSV 双向转换
🔒 100% client-side — your data never leaves this page输入
🔒 100% client-side
输出
Converted output will appear here
About this tool
粘贴 JSON 数组或 CSV 数据,自动识别格式并转换。内置表格预览(最多显示 50 行),方便在复制之前核验结果。数据不上传至任何服务器。
Frequently Asked Questions
What JSON structure does this support?
The input should be a JSON array of objects where all objects share the same keys. Those keys become the CSV column headers.
How are commas inside values handled?
Values containing commas, quotes, or newlines are automatically wrapped in double quotes and escaped per the CSV standard (RFC 4180).
Is my data uploaded anywhere?
No. All conversion and the table preview happen entirely in your browser.