CSV→JSON変換
CSVファイルをJSONに、JSONアレイをCSV形式に即座に変換
Runs entirely in your browser. Quoted CSV fields and commas inside quotes are supported. For JSON → CSV, use a JSON array of objects; values are stringified.
CSV ↔ JSON Converter
Convert CSV to JSON and JSON arrays back to CSV. The converter uses the first row as column headers and creates one JSON object per row. Handles quoted fields, commas inside values, and multiple separator styles.
FAQ
How do I convert a CSV file to JSON?
Paste or upload your CSV. The first row becomes the JSON keys. Each subsequent row becomes an object in the output array.
What if my CSV has semicolons instead of commas?
Select the semicolon separator option before converting. European CSV exports often use semicolons because commas appear in number formatting (1.234,56).
What is the difference between CSV and JSON?
CSV (Comma-Separated Values) is a flat table format — rows and columns, like a spreadsheet. JSON (JavaScript Object Notation) supports nested structures, arrays within objects, and mixed types.
さらに探す
おすすめのその他の 開発者ツール…
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コードを整形・美化