Text & Dev Tools

CSV JSON Converter

Convert between CSV and JSON instantly. Paste or upload data, choose your options, and download the result. Everything runs in your browser.

0
Rows
0
Columns
0 B
Input Size
0 B
Output Size

CSV

JSON

Runs in your browser 100% free No data sent to server
Quick Reference

CSV → JSON (Array of Objects): The first row becomes the keys for each object. Each subsequent row becomes an object.

CSV → JSON (Array of Arrays): Each row (including header) becomes a nested array.

JSON → CSV: Expects an array of objects with consistent keys, or an array of arrays. Object keys become the CSV header row.

Delimiters: Choose comma, tab, semicolon, or pipe to match your data format.

Quoted Fields: Fields containing the delimiter, quotes, or newlines are automatically quoted in CSV output.

Related Tools