2 stable releases

1.0.1 Jan 25, 2025
1.0.0 Jan 20, 2025

#2211 in Parser implementations

Download history 50/week @ 2025-01-14 152/week @ 2025-01-21 9/week @ 2025-01-28 10/week @ 2025-02-04 19/week @ 2025-02-11 5/week @ 2025-02-18

55 downloads per month

MIT license

7KB

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.


Yamson: JSON-YAML converter

CI

Yamson is structured as a workspace with yamson (core functionality) and yamson-cli (command line interface to test the core functionality).

Features

  1. Convert JSON to YAML
  2. Convert YAML to JSON

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~2.1–3MB
~67K SLoC