#!/bin/python27 import json def loadJson(): myfile = open("myjson.json","r") data = json.load(myfile)