Converts .json file to .yml file with identical filename.
$ pip install -r requirements.txt
or just
$ pip install PyYAML==5.4.1
Example:
$ python json-to-yml.py ./path/to/file.json
Or copy the file and import the function to another python file
Converts .json file to .yml file with identical filename.
$ pip install -r requirements.txt
or just
$ pip install PyYAML==5.4.1
Example:
$ python json-to-yml.py ./path/to/file.json
Or copy the file and import the function to another python file