tutorial.eyehunts.com
Python JSON load file
Use json.loads() method to load JSON files in Python. This method returns a dictionary. json.load() accepts file object, parses the JSON data
Rohit