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

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

$ yaml2json.py input_file.yaml output_file.json

Created by : @SiddheshKukade