Docs.rs
csv2json-0.1.1
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
csv2json 0.1.1
Converts CSVs into JSON documents
Crate
Source
Builds
Feature flags
Links
Repository
crates.io
Dependencies
clap ^2.31
normal
csv ^0.15
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
0.3.1
(2019-03-08)
0.3.0
(2019-03-08)
0.2.0
(2019-03-06)
0.1.1
(2018-03-29)
0.1.0
(2018-03-28)
Owners
csv2json-0.1.1 is not a library.
csv2json
Turns a CSV into a JSON file
Installation:
$ cargo install csv2json
Usage:
$ csv2json --in <csv file> > <json file>