in firebug it says the headers are content type: application/json, but I only have headers and response tabs (no json tab) my response is valid json: [{"id":"1","date":"2011-05-21 22:00:00","location":"roppongi","description":"blah","extra":"lbah"}]
But why can’t I use the json viewer in firebug to see it. It bother’s me because my json viewer works for other sites (http://www.janodvarko.cz/firebug/tests/1275/Issue1275.htm)
Thank you.. let me know if you need more info.
in firebug it says the headers are content type: application/json , but I only
Share
If I understand your question, it works for me in Firebug 1.7.2:
For what it’s worth, Firebug doesn’t require a proper content-type be set for the JSON viewer to kick in.