Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is it possible to disable the JSON Viewer in Firefox Developer Edition?

  • 1 reply
  • 1 has this problem
  • 5 views
  • Last reply by d.mattera

more options

Hi, I really love everything about Firefox Developer Edition, except the JSON viewer. I'm used to looking at plain formatted JSON like the JSON Formatter plugin provide. But, even thought I have installed JSON Formatter (https://addons.mozilla.org/en-US/firefox/addon/json-formatter/?src=recommended), it only shows this tree/table-ish viewer that comes with Firefox Developer Edition. Is there any way to disable this feature and use a plugin for this, just as in Firefox ?

Hi, I really love everything about Firefox Developer Edition, except the JSON viewer. I'm used to looking at plain formatted JSON like the JSON Formatter plugin provide. But, even thought I have installed JSON Formatter (https://addons.mozilla.org/en-US/firefox/addon/json-formatter/?src=recommended), it only shows this tree/table-ish viewer that comes with Firefox Developer Edition. Is there any way to disable this feature and use a plugin for this, just as in Firefox ?

All Replies (1)

more options

I believe what you're looking for should be possible on Dev edition (I have Nightly and Stable installed and confirmed the following on both):

  1. enter "about:config" (without the quote marks) into your address bar and hit Enter
  2. read & accept the warning
  3. in the search bar located at the top of the page, copy/paste: "devtools.jsonview.enabled" (without quotes)
  4. click the toggle button to change from "true" to "false"
  5. restart Firefox

This will stop Firefox from changing the page content from raw JSON to it's own built-in JSON viewer and allow the add-on you mentioned to modify the raw JSON as desired.