I want to manipulate the information at THIS url. I can successfully open it and read its contents. But what I really want to do is throw out all the stuff I don\'t want,
I guess things have changed in python 3.4. This worked for me:
print("resp:" + json.dumps(resp.json()))