Python mendapatkan nilai dari JSON

for key, value in data.items():
    print key, value
Delightful Dog