CSV to JSON Converter

Convert CSV data into JSON format instantly.


What is CSV?

CSV (Comma Separated Values) is a simple format used to store tabular data. Each line represents a row and values are separated by commas.

How to use this tool

  1. Paste your CSV data.
  2. Click convert.
  3. The JSON result will appear below.

Example

name,age
alex,28

Example output:

[
 { "name": "alex", "age": "28" }
]

Related tools

JSON Formatter
JSON Validator
Query String Parser