#convert-json #yaml #converter #vice #json-to-yaml #yaml-to-json

yamson

A simple tool to convert YAML to JSON and vice versa

2 stable releases

1.0.1 Jan 25, 2025
1.0.0 Jan 20, 2025

#1 in #vice

Download history 93/week @ 2025-01-18 116/week @ 2025-01-25 10/week @ 2025-02-01 9/week @ 2025-02-08 4/week @ 2025-02-15

140 downloads per month

MIT license

7KB

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.


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
~66K SLoC