How can I convince IE to simply display application/json rather than offer to download it?

前端 未结 9 611
野的像风
野的像风 2020-11-22 14:57

While debugging jQuery apps that use AJAX, I often have the need to see the json that is being returned by the service to the browser. So I\'ll drop the URL for the JSON da

9条回答
  •  执笔经年
    2020-11-22 15:39

    FireFox + FireBug is very good for this purpose. For IE there's a developer toolbar which I've never used and intend to use so I cannot provide much feedback.

提交回复
热议问题