Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在阅读有关 Web 服务的书籍或博客时,我发现所有人都将 XML 作为标准消息格式。据我所知,我们还可以在 Web 服务中将消息定义为 JSON 格式。那么为什么 JSON 不被视为 Web Service 技术中的标准之一呢?
因为在编写各种 Web 服务标准1时,JSON 还没有被确立为一种数据格式。2
1 “标准的伟大之处在于有这么多可供选择”。
2 JavaScript 对象和数组字面量存在,但它们在 JavaScript 代码之外的用途尚未确定。