mengambil json dari url python

import requests
r = requests.get('url')
print r.json()
Jittery Jellyfish