from common import load_json data = load_json() for project in data['projects']: print (project['thesis'])