A simple Python script that uses 'pyyaml' module to conver an input json file into a output yaml file.
You will need to install pyyaml. The installation commands are provided in requirements.txt
First you have to go to the json2yaml directory. Run the following command once you are in project directory
cd Scripts/Miscellaneous/json2yaml
For Python 3:
python json2yaml.py jsonFilePath yamlFilePath
David Mendoza