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.