Skip to content

WebDevCaptain/yamson

Repository files navigation

Yamson: JSON-YAML converter

CI

Yamson is structured as a workspace with yamson (core functionality) and yamson-cli (command line interface to test the core functionality).

Features

  1. Convert JSON to YAML
  2. Convert YAML to JSON

Usage (CLI)

cargo run -p yamson-cli <input_file> <output_file>

Testing and Benchmarking

cargo bench --workspace --all-targets
cargo test --workspace --all-targets

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages