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-targetscargo test --workspace --all-targetsThis project is licensed under the MIT License - see the LICENSE file for details.