Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can you disable the new JSON Viewer/Reader in Firefox Developer Edition?

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?

like image 970
flybayer Avatar asked Dec 21 '15 15:12

flybayer


People also ask

How do I enable JSON viewer in Firefox?

Firefox has a built-in JSON viewer that activates when a server sends a file as "application/json" document and when you open a . json file or drag the . json file in a Firefox window (tab). * https://developer.mozilla.org/en-US/docs/Tools/JSON_viewer You can set this pref to true to enable this viewer.

Can you edit JSON in Firefox?

You can view, edit, search through values and keys. You can even change the format of a key or drag it into a new place. There is no need to do anything after installation. Just open a JSON page and the extension automatically converts the page into the editor mode.


1 Answers

  1. Go to about:config
  2. In search, paste 'devtools.jsonview.enabled'
  3. Select the pref, right-click and select 'toggle'
like image 67
therealjeffg Avatar answered Sep 28 '22 19:09

therealjeffg