CSV to JSON Converter

An online free tool to convert csv to json

Use this box to generate JSON from a CSV via its url.

 

Understanding CSV to JSON converter

 

What is CSV?

A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. 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. A CSV file typically stores tabular data (numbers and text) in plain text, in which case each line will have the same number of fields.

The CSV file format is not fully standardized. The basic idea of separating fields with a comma is clear, but that idea gets complicated when the field data may also contain commas or even embedded line breaks. CSV implementations may not handle such field data, or they may use quotation marks to surround the field. Quotation does not solve everything: some fields may need embedded quotation marks, so a CSV implementation may include escape characters or escape sequences.

Convert CSV Text into a JSON

This online tool which accept CSV either in plain text or in file or in URL format converts it to JSON. It will convert every new line in csv to json and each comma seperated values json values.