import json 

with open('JSON_PATH') as f:
	json_contents = json.load(f)