Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 1 réponse
  • 1 a ce problème
  • 5 vues
  • Dernière réponse par 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 ?

Toutes les réponses (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.