This is basic code:
mydict is a dictionary of the json data
import json with open(myfile) as fp: mydict = json.load(fp)[/python]
mydict is a dictionary of the json data