2 stable releases
new 1.0.1 | Jan 25, 2025 |
---|---|
1.0.0 | Jan 20, 2025 |
#1 in #vice
205 downloads per month
7KB
Yamson: JSON-YAML converter
Yamson is structured as a workspace with yamson
(core functionality) and yamson-cli
(command line interface to test the core functionality).
Features
- Convert JSON to YAML
- Convert YAML to JSON
License
This project is licensed under the MIT License - see the LICENSE file for details.
lib.rs
:
Yamson: JSON <---> YAML converter
Yamson provides utility functions to convert between JSON and YAML formats.
It uses Serde for serialization and Deserialization, along with serde_json
and serde_yaml
crates.
Dependencies
~2.1–3MB
~67K SLoC