Conversor CSV a JSON
Convierta datos CSV a objetos JSON al instante
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.