JSONツール
CSVからJSON
区切り文字と引用符付きフィールドを自動検出してCSVをJSONに変換します。
CSV
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
ほとんどのツールはブラウザ内でローカル処理します。背景除去では選択した画像を設定済みサーバーで処理し、完了後に元画像を削除します。
Sponsored linkLearn more →
使い方
- Paste CSV or choose a .csv file.
- Let the tool detect commas, semicolons or tabs, or choose one manually.
- Choose headers, type inference and output shape, then convert and download JSON.
おすすめの用途
- Loading spreadsheet exports
- Preparing data for an API
- Turning a table into test fixtures
注意点
When no header exists, generated names such as Column 1 are used. Automatic type inference can change a value’s type.
よくある質問
Are multiline CSV cells supported?
Yes. Quoted cells may contain commas, quotes and line breaks.
Can every value remain a string?
Turn off type inference to preserve all cell values as strings.