哪一个更快地解析Web服务中的数据Json或XML?

时间:2021-03-20 02:58:10

Previously I used XML soap for data exchange in my web services, But it taking so much time to display data.

以前我在我的Web服务中使用XML soap进行数据交换,但它花了很多时间来显示数据。

In what case would you need to use XML or json for web service response?

在什么情况下你需要使用XML或json进行Web服务响应?

4 个解决方案

#1


4  

Definitely JSON. Try this library - https://github.com/johnezang/JSONKit

肯定是JSON。试试这个库 - https://github.com/johnezang/JSONKit

Also, this is probably a duplicate of Is parsing JSON faster than parsing XML .

此外,这可能是解析JSON比解析XML更快的重复。

#2


2  

JSON is a far better web response service than XML.

JSON是一种比XML更好的Web响应服务。

#3


1  

Definitely use JSON web service.. You'll find its significance over SOAP web service once you use it..

绝对使用JSON Web服务..一旦您使用它,您将发现它对SOAP Web服务的重要性。

#4


0  

JSON is always faster than XML.

JSON总是比XML快。

You should go through this link for more information.

您应该通过此链接获取更多信息。

#1


4  

Definitely JSON. Try this library - https://github.com/johnezang/JSONKit

肯定是JSON。试试这个库 - https://github.com/johnezang/JSONKit

Also, this is probably a duplicate of Is parsing JSON faster than parsing XML .

此外,这可能是解析JSON比解析XML更快的重复。

#2


2  

JSON is a far better web response service than XML.

JSON是一种比XML更好的Web响应服务。

#3


1  

Definitely use JSON web service.. You'll find its significance over SOAP web service once you use it..

绝对使用JSON Web服务..一旦您使用它,您将发现它对SOAP Web服务的重要性。

#4


0  

JSON is always faster than XML.

JSON总是比XML快。

You should go through this link for more information.

您应该通过此链接获取更多信息。