Yamson is structured as a workspace with yamson
(core functionality) and yamson-cli
(command line interface to test the core functionality).
- Convert JSON to YAML
- Convert YAML to JSON
cargo run -p yamson-cli <input_file> <output_file>
cargo bench --workspace --all-targets
cargo test --workspace --all-targets
This project is licensed under the MIT License - see the LICENSE file for details.