#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

new 1.0.1 Jan 25, 2025
1.0.0 Jan 20, 2025

#1 in #vice

Download history 87/week @ 2025-01-15 118/week @ 2025-01-22

205 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
~67K SLoC