Reading JSON and YAML in Python
As a DevOps Engineer, you should be able to parse files, be it Txt, json, yaml, etc.
You should know what libraries one should use in Python for DevOps.
Python has numerous libraries like os, sys, json, yaml etc tha...