csv2json-lite

Crates.iocsv2json-lite
lib.rscsv2json-lite
version0.1.0
sourcesrc
created_at2019-09-24 11:47:02.845653
updated_at2019-09-24 11:47:02.845653
descriptionA little tool to convert a csv to a valid json array of object
homepage
repositoryhttps://github.com/Kerollmops/csv2json
max_upload_size
id167264
size8,310
LV2 Maintainers (github:rustaudio:lv2-maintainers)

documentation

README

csv2json-lite

A little tool to convert a csv to a valid json array of object.

Example usage

$ cargo install csv2json-lite
$ cat misc/movies-10.csv | csv2json-lite > movies-10.json
Commit count: 5

cargo fmt