解析从j.mp返回的数据
我目前正在编写一个 iPhone 应用程序,该应用程序将一个长网址发布到 j.mp (bit.ly)。它完全正常工作并成功发布长网址。但是当我想将返回的数据复制到 UITextView 中时,我只得到一些 JSON 数据。现在我的问题是:如何解析这些数据,以便我只有缩短的网址?
有人能帮我解决这个问题吗?
I'm currently writing an iPhone application, that posts a long url to j.mp (bit.ly). It is fully working and posts the long url successfully. But when I want to copy the returned data into an UITextView, I just get some JSON Data. Now my question: How can I parse this data, so that I only have the shortened url?
Could anyone help me with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有许多 JSON 解析器可供您使用。我使用过的一个是 TouchJSON,它的性能非常好。
There are a number of JSON parsers out there that you can use. One that I've worked with is TouchJSON which performed great.