CSV to JSON

Convert CSV to JSON online for free

1: Choose multiple local CSV files or enter the URL of an online CSV file. 2: Choose "JSON" as target format and set options. 3: Click the "START CONVERSION" button to convert CSV files to JSON online.

Choose files or enter remote file URL

Set conversion options (optional)

# FILE NAME FILE SIZE DOWNLOAD

CSV

Comma-Separated Values

File extension: .csv

In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.

JSON

JavaScript Object Notation

File extension: .json

In computing, JavaScript Object Notation or JSON is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value).