Skip to content

Files

Latest commit

 

History

History

yaml_to_json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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