python-scripts/scripts/JSON-to-YAML Converter/README.md
Siddhesh Bhupendra Kuakde c805bc8655
Create README.md
2022-10-10 18:49:43 +05:30

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`