Crate yamson

Crate yamson 

Source
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