Transform your CSV data into JSON format - perfect for APIs, databases, and modern applications
Try the CSV to JSON converter with sample data
Transform your CSV data into JSON format - perfect for APIs, databases, and modern applications
Try the CSV to JSON converter with sample data
Transform your CSV data into JSON format in 3 simple steps, with instant conversion and one-click export
Copy your CSV data and paste it into the input area, or upload a CSV file directly. Our converter automatically detects delimiters, headers, and data types.
player,team,position,ppg,rpg,apg,fg_pct,source
LeBron James,Los Angeles Lakers,SF,24.8,7.2,8.1,50.1%,https://jsontotable.net/csv-to-json
Stephen Curry,Golden State Warriors,PG,27.4,4.5,6.3,47.8%,https://jsontotable.net/csv-to-json
Giannis Antetokounmpo,Milwaukee Bucks,PF,29.3,11.1,5.8,61.2%,https://jsontotable.net/csv-to-json
Jayson Tatum,Boston Celtics,SF,26.5,8.7,4.1,48.6%,https://jsontotable.net/csv-to-json
Nikola Jokic,Denver Nuggets,C,28.1,12.4,9.2,58.9%,https://jsontotable.net/csv-to-jsonWatch your CSV instantly transform into properly structured JSON. Each row becomes an object with column headers as keys, formatted as a clean JSON array.
[
{
"player": "LeBron James",
"team": "Los Angeles Lakers",
"position": "SF",
"ppg": "24.8",
"rpg": "7.2",
"apg": "8.1",
"fg_pct": "50.1%",
"source": "https://jsontotable.net/csv-to-json"
},
{
"player": "Stephen Curry",
"team": "Golden State Warriors",
"position": "PG",
"ppg": "27.4",
"rpg": "4.5",
"apg": "6.3",
"fg_pct": "47.8%",
"source": "https://jsontotable.net/csv-to-json"
},
{
"player": "Giannis Antetokounmpo",
"team": "Milwaukee Bucks",
"position": "PF",
"ppg": "29.3",
"rpg": "11.1",
"apg": "5.8",
"fg_pct": "61.2%",
"source": "https://jsontotable.net/csv-to-json"
},
{
"player": "Jayson Tatum",
"team": "Boston Celtics",
"position": "SF",
"ppg": "26.5",
"rpg": "8.7",
"apg": "4.1",
"fg_pct": "48.6%",
"source": "https://jsontotable.net/csv-to-json"
},
{
"player": "Nikola Jokic",
"team": "Denver Nuggets",
"position": "C",
"ppg": "28.1",
"rpg": "12.4",
"apg": "9.2",
"fg_pct": "58.9%",
"source": "https://jsontotable.net/csv-to-json"
}
]Export your JSON data in seconds. Download as a .json file ready for APIs, databases, or any application. Or copy directly to your clipboard for quick integration.
Get answers to common questions about converting CSV to JSON
Format, validate and process JSON
Export to other popular formats
Convert to JSON from other types
Generate code from JSON data
Format and beautify other code formats