1👍
✅
This should work:
json_dict = json.loads(request.POST['site'])
for item in json_dict['pages']:
print item['name']
Source:stackexchange.com