yamson 1.0.1

A simple tool to convert YAML to JSON and vice versa.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Yamson: JSON-YAML converter

[![CI](https://github.com/WebDevCaptain/yamson/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/WebDevCaptain/yamson/actions/workflows/ci.yml)

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](LICENSE) file for details.