News

In the unit tests for a server project, I'm using requests to pull down data from the server and verify that it's correct. This data is in JSON format, so it seems only natural to use r.json() to ...