import json ifp = open(\'log.json\') response = json.load(ifp) for bodyRow in response[\'document\'][\'pages\'][0][\'tables\'][1][\'bodyRows\']: for cell in bod