在 iPhone 上将 JSON 对象从 nsstring 转换为 nsdictionary

发布于 2024-10-08 14:26:02 字数 265 浏览 5 评论 0原文

我们正在尝试将 JSON 对象从 NSSTRING 转换为 NSDICTIONARY 但我们没有获得任何值。这是我们的 Web 服务的 URL http://ecreeds.info/theappsoluteguideto/appservice.asmx/appArea< /a>

任何帮助将不胜感激。

We are trying to convert the JSON object from NSSTRING TO NSDICTIONARY but we are not getting any value. Here is the url for our webservice http://ecreeds.info/theappsoluteguideto/appservice.asmx/appArea

any help would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

风尘浪孓 2024-10-15 14:26:02

使用 JSONLint.com ,您的 Web 服务似乎返回 500 响应错误,因此您没有看到任何内容,因为无效的 json

Use JSONLint.com it appears your webservice returns a 500 error for the response hence why you are not seing anything, because of invalid json

不…忘初心 2024-10-15 14:26:02

您的 JSON 无效。事实上,情况很不妙。

Your JSON isn't valid. In fact, it's quite off.

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