json-2-yaml

Crates.iojson-2-yaml
lib.rsjson-2-yaml
version0.1.1
created_at2025-12-18 07:34:49.868254+00
updated_at2025-12-18 07:36:04.699405+00
descriptioncli tool to convert json to yaml
homepage
repositoryhttps://github.com/nilsmartel/json-2-yaml
max_upload_size
id1991903
size10,381
Nils Martel (nilsmartel)

documentation

README

json-2-yaml

cli to convert json to yaml

Installation

# at the root of the project
cargo install --path . --force

Usage

Convert JSON to YAML

Usage: json-2-yaml [OPTIONS] <INPUT>

Arguments:
  <INPUT>  Input JSON file

Options:
  -o, --output <OUTPUT>  Output YAML file (optional)
  -h, --help             Print help
  -V, --version          Print version
Commit count: 0

cargo fmt