Hacker News new | ask | show | jobs
by mmcnickle 4431 days ago
Neat tip: You can just do:

    meta = r.json()
and avoid the json import.