NSMutableDictionary 的 JSONRepresentation

发布于 2024-11-30 21:05:25 字数 342 浏览 0 评论 0原文

我想在 NSMutableDictionary 对象上调用 JSONRepresentation 方法。我使用 [userDict JSONRepresentation]; 调用它,但收到以下警告:

NSMutableDictionary may not responsd to '-JSONRepresentation'

谁能告诉我如何正确调用对象上的 JSONRepresentation 方法NSMutableDictionary 类型?

提前致谢。

I want to call the JSONRepresentation method on an NSMutableDictionary object. I'm calling it using [userDict JSONRepresentation];, but I am getting the following warning:

NSMutableDictionary may not responsd to '-JSONRepresentation'

Could anyone tell me how to I can properly call the JSONRepresentation method on an object of the NSMutableDictionary type?

Thanks in advance.

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

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

发布评论

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

评论(1

舟遥客 2024-12-07 21:05:25

JSONRepresentation 方法来自 json-framework。将该框架包含在您的项目中并导入正确的标头,您就可以开始了。

The JSONRepresentation method comes from json-framework. Include that framework in your project and import the correct headers, and you should be good to go.

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