y2j

Crates.ioy2j
lib.rsy2j
version0.2.0
sourcesrc
created_at2021-03-01 15:28:15.856837
updated_at2021-03-01 15:28:15.856837
descriptionConvert YAML to JSON on the command line
homepage
repositoryhttps://github.com/robyoung/y2j
max_upload_size
id362236
size12,104
Rob Young (robyoung)

documentation

README

y2j

YAML to JSON and back again.

Usage

Conert YAML to JSON

> cat example.yaml | y2j

Convert JSON to YAML

> cat example.json | y2j --reverse
Commit count: 8

cargo fmt