Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 317 Bytes

JSONANDYAML

translate a yaml file to json, and a json file into a yaml file.

Write two simple python scripts.

j2y.py - a json to yaml converter.

y2j.py - a yaml to json converter.

then translate both json files to yaml files, and both yaml files to json file.

commit, push and submit the repo to the portal.