Skip to content

Latest commit

 

History

History

YAML-to-JSON Converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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