mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Create README.md
This commit is contained in:
parent
a4d614e02f
commit
6dbedddcf3
7
scripts/YAML-to-JSON Converter/README.md
Normal file
7
scripts/YAML-to-JSON Converter/README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user