>>> resp = webapp.get('/')
>>> print(resp)
Response: 200 OK
Content-Type: application/json; charset=utf8
{
  "a": 1,
  "b": [
    1,
    2
  ]
}
