WCF REST:返回 JSON 或 XML 以供多个客户端访问?
谁能告诉我内容类型的首选方法是什么?
即返回 JSON 或 XML 最好是什么?
将访问我的服务的客户端会有所不同,silverlight、iphone、android、WPF 和 WP7。
我陷入了坚持使用默认值 - xml 还是返回 JSON 之间?
在与多个客户交谈时,有人知道每个人的优点和缺点吗?
提前致谢
Can anyone tell me what the preferred method for the content type is?
i.e. what is best to return JSON or XML?
The clients that will be accessing my service will vary, silverlight, iphone, android, WPF and WP7.
I am stuck between stick with the default - xml or returning JSON?
DOes anyone have the pros and cons for each when talking to multiple clients
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是我突然想到的一些优点和缺点...
与 XML 相比,JSON 具有以下优点:
XML 相对于 JSON 具有以下优点:
Here are some pros and cons off the top of my head...
JSON has the following advantages over XML:
XML has the following advantages over JSON: