converters

CSV to JSON

convert CSV data to JSON arrays

Ready
Example output:
[{
  "name": "Ava",
  "score": "10"
}]