A python script to convert yaml files into json. It converts every .yml and .yaml files in the source directory into json, while retatining the names and file structure, copying every subdirectory that contains a convertable file.
- PyYAML
pip install pyyaml
python convert_yaml.py [source directory] [target directory]