Create README.md

This commit is contained in:
Siddhesh Bhupendra Kuakde 2022-10-10 18:49:43 +05:30 committed by GitHub
parent 18cfe443f1
commit c805bc8655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
### 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`