python-scripts/scripts/YAML-to-JSON Converter/README.md
Siddhesh Bhupendra Kuakde 6dbedddcf3
Create README.md
2022-10-10 18:58:44 +05:30

8 lines
248 B
Markdown

### 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