Skip to content
TL ToolLab

Developer Tools

JSON ↔ CSV Converter

Convert JSON to CSV or CSV to JSON instantly online. Supports arrays of objects. Free and easy.

Input

Processing…

Result

Converted text will appear here.

How to Use

  1. Choose a conversion direction: JSON → CSV or CSV → JSON.
  2. Paste a JSON array of objects, or CSV text with a header row.
  3. The converted result appears automatically and can be copied.

How the Conversion Works

For JSON → CSV, the tool takes an array of flat objects (e.g. [{"name":"Alice","age":30}]) and uses the keys of the first object as CSV column headers. For CSV → JSON, the first row is treated as headers, and each following row becomes one JSON object with those headers as keys.

Common Uses

  • Preparing API JSON data for import into Excel or Google Sheets.
  • Converting a spreadsheet export into JSON for use in code or testing.
  • Quick one-off data reshaping without writing a script.