Text-Tools
CSV zu JSON
Parsen Sie CSV-Zeilen in JSON-Objekte.
Eingabe
CSV zu JSON
csvjsonKonverterdata
Ausgabe
CSV converted zu JSON
Rows
3
Columns
3
[
{
"name": "Sara",
"email": "sara@example.com",
"plan": "starter"
},
{
"name": "Bilal",
"email": "bilal@example.com",
"plan": "pro"
},
{
"name": "Noor",
"email": "noor@example.com",
"plan": "business"
}
]
