DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
418 stars 191 forks source link

json to yaml added, branch conflicts sorted #27

Closed arnavk09 closed 2 years ago

arnavk09 commented 2 years ago

Earlier PR had merge conflicts, as I had erroneously pushed my work to the main branch of my fork. This new version will have no merge conflicts.

This python script converts JSON to YAML. No additional dependencies are used aside from pyyaml which can be installed using pip install PyYAML

arnavk09 commented 2 years ago

Thank you!