Online tool to convert CSV file with file extension of .csv to JSON array. Every row in CSV file will be converted to JSON object. Except the first line. It is used as keys for JSON objects created.
We also have excel to JSON tool if needed.
Input JSON
Output
About our CSV to JSON converter tool
Currently it’s very simple implementation. In future we will add more row and cell manipulation options to the tool.
For example. Options to parse some essential data formats in cells to objects, instead of outputting plain strings. Like:
- latitude and longitude coordinates
- $10.000 to {‘currency’ : ‘USD’, value:’10000′}
- Strings like “0”, “1”, “true” or “false” converted to actual true/false in JSON