how to read json file in python stack overflow import jsonwith open('strings.json') as f: d = json.load(f) print(d) www.codegrepper.comwww.stackoverflow.com