Convert CSV to JSON

Input

CSV

Output

JSON

Output will appear here...

Format Information

About CSV Format

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

About JSON Format

JSON (JavaScript Object Notation) is a lightweight, text-based data interchange format that's easy for humans to read and write.