CSV ↔ JSON
CSV表をJSON配列に、または逆変換。
About this tool
スプレッドシートなしで CSV と JSON を相互変換します。エクスポート表と構造化データを期待するコードの橋渡しです。
Why use it
- 行とオブジェクトの双方向変換です。
- CSV エクスポートをアプリが消費できる JSON にできます。
- ローカル実行 — プライベートデータは端末に留まります。
Common use cases
- 表計算のエクスポートを JavaScript プロジェクトへ取り込む。
- API の JSON を分析用 CSV に平坦化する。
- 連絡先リストを形式間で組み替える。
Tips
- CSV の先頭行に列ヘッダーがあることを確認してください。
- 値内のカンマにはクォートが必要です。
使い方
- CSVまたはJSONを貼り付け。
- 変換。
よくある質問
- Can I convert both CSV to JSON and back?
- Yes, switch direction to turn CSV into JSON objects or flatten JSON into CSV rows.
- Is my data uploaded?
- No. The conversion runs in your browser, so spreadsheets stay on your device.
- Does the first row become the keys?
- Yes, the header row is used as field names for each JSON object.
- What about commas inside values?
- Quoted fields are respected so commas within a value do not split the column.
- Can it handle large files?
- Yes, thousands of rows convert quickly; very large files depend on device memory.
- Which delimiter is used?
- Comma by default, the standard CSV separator.