mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
8 lines
248 B
Markdown
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
|