Skip to content

A script for converting yaml files to json from an entire folder and it's subfolders.

Notifications You must be signed in to change notification settings

korneltomai/yaml-to-json-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A python script to convert yaml files into json. It converts every .yml and .yaml files in the source directory into json, while retatining the names and file structure, copying every subdirectory that contains a convertable file.

Dependencies:

  • PyYAML

Usage:

1. Install PyYAML

pip install pyyaml

2. Run the script

python convert_yaml.py [source directory] [target directory]

About

A script for converting yaml files to json from an entire folder and it's subfolders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages