Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 746 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 746 Bytes

Yaml to Json converter

Yaml to Json converter converts and saves a yaml file as a json file.

Installing Dependencies

run the command:

pip install -r requirements.txt

Steps to Convert Yaml to Json

Run the script using

python yaml_to_json.py

Enter the name of your yaml file\n

image

Enter the name for the output json file\n

image

And your yaml file will be converted to a json file\n

image