| Crates.io | y2j |
| lib.rs | y2j |
| version | 0.2.0 |
| created_at | 2021-03-01 15:28:15.856837+00 |
| updated_at | 2021-03-01 15:28:15.856837+00 |
| description | Convert YAML to JSON on the command line |
| homepage | |
| repository | https://github.com/robyoung/y2j |
| max_upload_size | |
| id | 362236 |
| size | 12,104 |
YAML to JSON and back again.
Conert YAML to JSON
> cat example.yaml | y2j
Convert JSON to YAML
> cat example.json | y2j --reverse