Expand description
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.
Functions§
- json_
to_ yaml - Converts JSON content to YAML and writes it to an output file
- yaml_
to_ json - Converts YAML content to JSON and writes it to a file