An open API service indexing awesome lists of open source software.

https://github.com/stla/csv2json

Convert CSV to JSON
https://github.com/stla/csv2json

command-line-tool csv-converter haskell json

Last synced: 2 months ago
JSON representation

Convert CSV to JSON

Awesome Lists containing this project

README

          

# csv2json
Convert CSV to JSON

### Usage

```
csv2json file.csv
csv2json file.tsv -s '\t'
```

Set first row as headers:

```
csv2json file.csv -H
```