mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
5 lines
221 B
Markdown
5 lines
221 B
Markdown
|
### JSON to YAML file converter
|
||
|
Takes JSON data and converts it into YAML file by braking the JSON array and using the YAML library of python
|
||
|
### To Execute the code
|
||
|
`json2yaml.py input_file.json output_file.yaml`
|