哪些浏览器本身支持 JSON 对象?
最近的浏览器,例如 Chrome、和 Firefox 都有 json.js JSON 对象的本机实现。但是 Opera、Safari、Safri、Mobile、Android Stock、Android Dolphin 以及各种版本的 IE 又如何呢?
我一直在网上寻找支持图表,但我怎么也找不到。我正在编写一个教程演示,并且确实只需要演示本身的 json 序列化,我真的不想包含任何与功能本身正交的内容。
Possible Duplicate:
Browser-native JSON support (window.JSON)
Recent browsers such as Chrome, and Firefox all have native implementations of the json.js JSON object. However what about Opera, Safari, Safri, Mobile, Android Stock, Android Dolphin, and the various versions of IE?
I've been looking online to find a support chart and for the life of me I can't. I'm writing a tutorial demo and really need json serialization only for the demo itself, I'd really rather not include anything that is orthogonal to the feature itself.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我没记错的话,都是webkit浏览器,Firefox 3.5+、IE8+、Opera 10.5+。 Android和safari都使用webkit。
If I remember correctly, it was all webkit browsers, Firefox 3.5+, IE8+, and Opera 10.5+. Android and safari all use webkit.
我可以看到列出的大多数浏览器都可以在移动设备中找到(不受支持的浏览器)。大多数移动浏览器不支持 javascript 100% 除非你以良好的方式做到这一点。
为什么不尝试 sencha 平台呢?它是使用 EXT JS 构建的。他们试图考虑小型浏览器/新浏览器的兼容性。
I can see most of the browsers listed are found in mobile devices(Unsupported ones).Most mobile browser don't support javascript 100% unless you do it in a good way.
Why don't you try sencha plattform.It is built using EXT JS. and they have tried to factor in the small browsers/new browser compatibility.