解析从j.mp返回的数据

发布于 2024-08-17 22:58:22 字数 168 浏览 3 评论 0原文

我目前正在编写一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只有影子陪我不离不弃 2024-08-24 22:58:22

有许多 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文