JSONツール

JSONからCSV

JSONオブジェクトや配列をフラット化し、プレビュー付きCSVに変換します。

Input JSON

All data is processed locally in your browser. Nothing is uploaded or sent to analytics.

ほとんどのツールはブラウザ内でローカル処理します。背景除去では選択した画像を設定済みサーバーで処理し、完了後に元画像を削除します。

使い方

  1. Paste JSON or choose a file containing an object array.
  2. Choose a delimiter, flattening and array handling options.
  3. Preview the first rows, copy CSV or download it with an optional BOM.

おすすめの用途

  • Moving API data to spreadsheets
  • Creating a quick report
  • Exporting nested records

注意点

A flat table cannot preserve every nested relationship. Array values can be kept as JSON, joined or ignored.

よくある質問

Are commas and quotes escaped?

Yes. Cells containing delimiters, quotes or newlines are quoted using standard CSV escaping.

Why add a BOM?

Some Excel versions use a UTF-8 BOM to detect Chinese and other non-ASCII text.

関連ツール