with python I am requesting an HTML website. After responding and extracting a JSON file it will be loaded with json_data = json.loads(page_data). I will naviga
json_data = json.loads(page_data)