How to use JSON in Python to access GitHub API
JSON is a widely used syntax for storing and transferring data over networks. They are used in web APIs provided by both small scale and large scale websites. In this tutorial, we will see the practical use of JSON in python by accessing an API provided by GitHub to access repository data.