How to open JSON file with Notepad & Chrome
First, you must know that JSON is a short form for JavaScript Object Notation, which contains programming data which can be easily read by computer programmers and these files are very much similar to reading XML files. Frankly speaking, you do not really have to open JSON file on your computer unless you are curious to see what’s inside those files or for education purpose. In this tutorial, we will show you 2 ways to open JSON files in Windows or Mac computer effortlessly and hopefully you should be able to take a sneak peek on those files.
Solution #1: How to open a JSON file with Notepad
Basically, any file reading app will be able to read JSON file like Notepad, Notepad++, WordPad and so on. If you could simply double click on any JSON file then you should be able to see the codes inside the file. However, if it doesn’t open with Notepad by default then follow these steps to open JSON file in Windows with Notepad or Notepad++ or WordPad.
Step 1. Right-click on the file name and click on “Open With” > “Choose another app”.
Step 2. Click on “More apps” and search for Notepad, Notepad++ or WordPad. All these apps will open the same file in the same format. So, if you are choosing Notepad, then simply click on Notepad and press “OK” to open the file.
That’s all! You should now be able to read the file normally. If you are a computer programmer then certainly, you can understand the programming language and you can edit them according to your desire.
Solution #2: How to open JSON file in Chrome
JSON files can be read in Chrome using an external extension. Google Chrome has a free JSON viewing plugin called “JSONView” which helps to read and evaluate JSON files using Chrome browser. Follow these steps to open a JSON file in Chrome.
Step 1. Download and install the extension “JSONView”. Simply click on the link and choose “Add to Chrome” to install the plugin. It shouldn’t take more than few seconds and your Chrome will be restarted after the plugin is installed.
Step 2. Now, again right-click on the JSON file and select “Open with” then select “Chrome” to open the JSON file in Chrome.
Now, you can read and modify the file using Chrome browser.
Conclusion –
So, as you can see it is really very easy to open a JSON file with Notepad and also in Chrome. If you have any query then do let us know in the comments below and if you have more ways to open JSON file in Windows computer then feel free to discuss it with in the comments. Don’t forget to share the article with your friends and families.