Python Advance Module Reference - JSON,requests and logging
Write a python script to read a JSON file and verify weblinks provided for each student is valid and save the URLs in a list.
Here is the sample json file provided for parsing.
# sample.json file
{
"count": 4,
"students": [
{
"i...