从服务器到实用程序应用程序的良好交付格式是什么?

发布于 2024-08-25 07:44:42 字数 126 浏览 11 评论 0原文

从服务器进入实用程序应用程序时,数据应采用什么格式? JSON、XML 还是其他?

编辑:

我需要告诉客户让他的网络人员为我构建一个网络服务或者让我来做。我需要确保我要求的是正确的事情。

What Format should data be in when going into a utility app from a server? JSON, XML or something else?

Edit:

I need to tell a client to tell his web guy to build me a web service or let me do it. I need to make sure I am asking for the right thing.

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

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

发布评论

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

评论(2

瞳孔里扚悲伤 2024-09-01 07:44:42

最好的格式是 Apple 的 Plist 格式。 iPhone OS 可以快速、轻松地解析它。它比 XML 更快、占用的内存更少。

最重要的是,它不需要设备上的额外库或解析代码。

The best format is Apple's Plist format. The iPhone OS can quickly and easily parse this. It's faster and less memory intensive than XML.

Best of all, it requires no additional libraries or parsing code on the device.

非要怀念 2024-09-01 07:44:42

Cocoa Touch 中有一些很好的库用于解析和发出 XML 和 JSON。我推荐 KissXMLStig Brautaset 的 JSONTouchJSON

There are good libraries for parsing and emitting both XML and JSON in Cocoa Touch. I recommend KissXML and either Stig Brautaset's JSON or TouchJSON.

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