mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
README.md | ||
yml2json.py |
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