The script can convert the JSON to YAML file, and the YAML to JSON file
What the program does?
- Can accepts single, multiple files
- Convert JSON to YAML
- Convert YAML to JSON
- Single operation at a time
Python 3
pip install -r requirements.txt
converter.py [-h] -f [FILE] [-j] [-y]
Convert JSON to YAML and YAML to JSON
optional arguments:
-h, --help show this help message and exit
-f [FILE] Submit a file(s)
-j Convert YAML to JSON
-y Convert JSON to YAML