Create README.md

This commit is contained in:
Siddhesh Bhupendra Kuakde 2022-10-10 18:58:44 +05:30 committed by GitHub
parent a4d614e02f
commit 6dbedddcf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
### YAML to JSON file converter
Takes YAML data and converts it into JSON by using `json ` and `yml` libraries of `python`.
### To Execute the code
```bash
$ yaml2json.py input_file.yaml output_file.json
```
#### Created by : @SiddheshKukade