JSON→CSV変換
ExcelやGoogle Sheetsで使用するためにJSON配列をCSVファイルに変換
JSON to CSV Converter
Convert JSON arrays of objects to CSV format with custom separator selection and instant download. Supports nested objects (flattened), array fields, and unicode characters.
FAQ
How do I convert JSON to CSV?
Paste a JSON array (e.g. [{"name":"Alice","age":30},{"name":"Bob","age":25}]) into the input. The converter extracts keys as column headers and values as rows.
What if my JSON has nested objects?
Nested objects are flattened using dot notation — {"address":{"city":"NY"}} becomes an address.city column.
What separators are supported?
Comma (standard CSV), semicolon (common in European locales), tab (TSV), and pipe.
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化