Convertisseur CSV vers JSON

Convertissez instantanément des données CSV en objets JSON

CSV Input
JSON Output

How CSV to JSON conversion works?

This tool parses your CSV (Comma Separated Values) data and transforms it into a JSON (JavaScript Object Notation) structure. If "First row is header" is checked, it uses the first row of the CSV as keys for the JSON objects. Otherwise, it generates an array of arrays.