JSON CSV Converter

Convert between JSON and CSV table data.

Input data is processed in your browser
Data is never sent to a server

Tool

0 chars

or drag & drop a file

What is JSON CSV Converter?

This tool converts between JSON and CSV formats. It is useful when you want to work with API responses in a spreadsheet, or convert CSV data into JSON for use in code.

How to Use

  1. Select the "JSON → CSV" or "CSV → JSON" tab.
  2. Paste your data into the input field.
  3. Click "Convert" to see the result.
  4. Click "Copy Result" to copy to clipboard.

FAQ

What JSON format is supported?

An array of objects (e.g. [{"key":"value"}]) is supported. Nested objects are serialized as JSON strings.

Can I change the delimiter?

Yes. You can choose comma, tab, or semicolon.