Enter your CSV data here. First row should contain column headers.
The converted JSON data will be displayed here in a readable format.
Click to convert the CSV data in the input field to JSON format
Click to copy the generated JSON to your clipboard
Click to clear both input and output fields

Example Usage

Input CSV:
name,age,city John,30,New York Alice,25,London
Output JSON:
[ { "name": "John", "age": "30", "city": "New York" }, { "name": "Alice", "age": "25", "city": "London" } ]