我需要使用 JSON api,但不知道该怎么做。我发现的所有教程都是关于从文件中解析 json 的。
我需要提出这样的请求:http ://expandurl.appspot.com/expand?url=http%3A%2F%2Ft.co%2FgLP0Ucg
然后它会返回这个
{"status": "OK", "end_url": "http://www.systemcomic.com/2011/06/27/the-system-506-office-forecast/", "redirects": 3, "urls": ["http://t.co/gLP0Ucg", "http://www.notquitewrong.com/rosscottinc/2011/06/27/the-system-506-office-forecast/", "http://www.systemcomic.com//2011/06/27/the-system-506-office-forecast/", "http://www.systemcomic.com/2011/06/27/the-system-506-office-forecast/"], "start_url": "http://t.co/gLP0Ucg"}
我只需要 end_url 字符串。我该怎么做?我也将在 ASyncTask 中执行此操作