开发者

do i need json.js file?

S开发者_StackOverflow社区ome part of my web application will require json. I plan to make those pages only accessible to IE8 and up, Firefox 3 and up, Chrome 4 and up, and Safari 4 and up. I plan to use jquery to convert strings to json. Do all these browsers handle the conversion of json objects to strings? If so, do I still need to include the json.js file? I'm using asp.net 4.

Thanks.


It sounds like you might have the Yahoo! UI Library JSON file.

If that's the case, or even not the case, you'd simply have to determine whether any methods/functions in that file are actually being used. That'll determine whether it's safe to exclude from your web application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜