Srini Viswanathansrinivish.hashnode.dev·Feb 14, 2024Python Advance Module Reference - JSON,requests and loggingWrite 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...#python #python-interview #scripting #requests #json #logging