Notepad++ plugin for viewing JSON data and other benefits
Q. Why is Notepad++ is a very handy tool?
A. Notepad++ is a very handy developer tool. Here are some of the productivity benefits of Notepad++.
to view source code as a free and light weight source code editor that runs in Windows environment. You can also use it to view log files and other text data.
It can be used for syntax highlighting, line numbering, search and replace with or without regular expressions, modified file detection, file search, etc.
Working with JSON data
Recently, I had to work a lot with JSON data, and stumbled across a very handy plugin for Notepadd++ called "JSONViewer Notepad++", which allows you to format JSON data and view them as a tree structure. Here are the simple setps to install this plugin.
Step 1: Download the plugin as a zip file from the source-forge site.
Step 2: Unzip the downloaded file and extract out the "NPPJSONViewer.dll" file.
Step 3: Copy this file to the plugins folder in your Notepad++ installation folder, and restart your Notepad++. for example "c:\myapps\Notepad++\5.9\plugins".
Step 4: When you open up your Notepad++, you will see the "JSONViewer" sub menu under the "Plugins" on the top main menu. You can format the JSON text by highlighting your text first and then clicking on Plugins --> JSON Viewer --> Format JSON.
Q. Why is Notepad++ is a very handy tool?
A. Notepad++ is a very handy developer tool. Here are some of the productivity benefits of Notepad++.
to view source code as a free and light weight source code editor that runs in Windows environment. You can also use it to view log files and other text data.
It can be used for syntax highlighting, line numbering, search and replace with or without regular expressions, modified file detection, file search, etc.
Working with JSON data
Recently, I had to work a lot with JSON data, and stumbled across a very handy plugin for Notepadd++ called "JSONViewer Notepad++", which allows you to format JSON data and view them as a tree structure. Here are the simple setps to install this plugin.
Step 1: Download the plugin as a zip file from the source-forge site.
Step 2: Unzip the downloaded file and extract out the "NPPJSONViewer.dll" file.
Step 3: Copy this file to the plugins folder in your Notepad++ installation folder, and restart your Notepad++. for example "c:\myapps\Notepad++\5.9\plugins".
Step 4: When you open up your Notepad++, you will see the "JSONViewer" sub menu under the "Plugins" on the top main menu. You can format the JSON text by highlighting your text first and then clicking on Plugins --> JSON Viewer --> Format JSON.
3 comments:
Great Article
JavaScript Training | Javascript Courses
Typescript Training in Chennai | Node.js Training in Chennai | Backbone.JS Training in Chennai | Angularjs Training in Chennai
HTML5 Online Training | JavaScript Training in Chennai
This is the great article. You can also use this tool Json Formatter Online
Post a Comment