JavaScript Object Notation (JSON) is an open-standard file format for storing and exchanging data between web server and web client or web browser. It is a lightweight format. It is preferred over Extensible Markup Language (XML).
Firefox web browser has a JSON viewer. When you open a JSON file in Firefox, you can view the parsed file with cool syntax highlighting. If for some reasons you want to disable the JSON viewer in Firefox, follow the following steps:
- Enter about:config in address bar.
You will receive the warning below:This might void your warranty!
Changing these advanced settings can be harmful to the stability, security, and performance of this application. You should only continue if you are sure of what you are doing.
- Click Accept the risk.
- Look for
devtools.jsonview.enabled
and set the value tofalse
.