Crates.io | rs-cjy |
lib.rs | rs-cjy |
version | 0.1.5 |
source | src |
created_at | 2018-10-09 10:00:07.420427 |
updated_at | 2022-10-11 10:15:51.546066 |
description | Convert between CSV, JSON, YAML formats of 2D dataset. |
homepage | https://github.com/weaming/rs-cjy |
repository | https://github.com/weaming/rs-cjy |
max_upload_size | |
id | 88859 |
size | 21,658 |
Convert between CSV, JSON, YAML.
After installation, you will get two executable binaries named csv-json
, json-yaml
and csv-yaml
.
They all accept from STDIN, print to STDOUT, and will try to dentect the input type then print as another type. If you want print pretty JSON, add PRETTY=1
environment.