31

Firefox Developer Edition 44 now has a built in JSON Viewer. It's a nice gesture, but I highly prefer the readability of the third-party JSON viewer I was using.

Is there any way to disable, override, or otherwise customize the new built in JSON viewer?

mavis
  • 3,100
  • 3
  • 24
  • 32
flybayer
  • 342
  • 2
  • 4
  • 9

1 Answers1

51
  1. Go to about:config
  2. In search, paste 'devtools.jsonview.enabled'
  3. Select the pref, right-click and select 'toggle'
Kyle Wiering
  • 444
  • 5
  • 15
therealjeffg
  • 5,790
  • 1
  • 23
  • 24
  • 2
    Firefox normal edition now ships with this feature disabled, you can enable it by toggling that setting. – Flimm Jan 27 '16 at 10:20
  • 1
    Just downloaded Firefox v53.0.3 today, it seems to be enabled by default. It also seems to crash with excessively large json files. – Kyle Wiering Jun 08 '17 at 19:15