[](https://github.com/apolitical/csv2json/releases)
[](https://github.com/apolitical/csv2json/blob/master/LICENSE)
[](https://crates.io/crates/csv2json)
csv2json
========
Turns a CSV into a JSON file
Installation:
-------------
```
$ cargo install csv2json
```
Usage:
------
```
$ csv2json --in <csv file> > <json file>
```