You have to use the plugin manager of Notepad++ and search for the JSON plugin. There you can easily install it.
This answer explains it pretty good: How to reformat JSON in Notepad++?
Answer from Kiril on Stack OverflowGitHub
github.com › sunjw › jstoolnpp
GitHub - sunjw/jstoolnpp: A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code. · GitHub
JSON tree viewer. Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory of Notepad++.
Starred by 306 users
Forked by 28 users
Languages JavaScript 98.8% | C++ 0.7% | C 0.3% | PHP 0.1% | Python 0.1% | CSS 0.0%
Sunjw
sunjw.us › jstool › npp
JSTool - A JavaScript tool for Notepad++
For Notepad++ 7.6 to 7.6.2: please update to Notepad++ 7.6.3. Run Notepad++, you will see JSTool in "Plugins" menu. ... Run Notepad++. Open menu: "Plugins" - "Plugin Manager" - "Show Plugin Manager". Under "Installed" tab, select "JSTool".
Notepad++ Community
community.notepad-plus-plus.org › topic › 22151 › i-can-t-install-the-jstool-plugin-how-can-i-figure-it
I can't install the JSTool plugin,How can i figure it | Notepad++ Community
November 17, 2021 - So maybe you just need to try again. Also, your download box says plugin version 1.2001.1, but when I downloaded from NPP 8.1.9.1, it downloaded plugin version 1.2107.2 … I don’t know if maybe the developer of that plugin got rid of the old version when they released the new version… but maybe it’s not downloading the old version correctly. If so, maybe you could download the newest zipfile directly and unzip the JSMinNPP.dll into c:\program files\Notepad++\Plugins\JSMinNPP\JSMinNPP.dll and restart Notepad++ yourself.
SourceForge
sourceforge.net › projects › jsminnpp
JSToolNpp download | SourceForge.net
Download JSToolNpp for free. A JavaScript tool for Notepad++ and Visual Studio Code. A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code. * Douglas Crockford's JSMin algorithm to minimize JavaScript code.
SourceForge
jsminnpp.sourceforge.net
JSTool - A JavaScript tool for Visual Studio Code
Really helpful to JavaScript coder on Visual Studio Code. Easy to use it. Made in China. ... JavaScript minify. JavaScript/JSON format. Sort JSON data alphabetically. JSON tree viewer. ... Minor tweak. ... Run Visual Studio Code. Open "Extensions" from Activity Bar. Search "jstool". Click "Install" ...
SourceForge
sourceforge.net › home › open source software › software development › code generators › jstoolnpp › files
JSToolNpp - Browse Files at SourceForge.net
Project site: http://www.sunjw.us/jstool · JavaScript minify. JavaScript/JSON format. Sort JSON data alphabetically. JSON tree viewer. Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory ...
GitHub
github.com › notepad-plus-plus › notepad-plus-plus › issues › 5145
JSTool plugin can't be installed · Issue #5145 · notepad-plus-plus/notepad-plus-plus
September 9, 2018 - You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. ... Click Install. Notepad says it "Will be restarted". Click Yes. Notepad++ is closed · Notepad++ is started; the JSTool plugin is present
Author hinst
Notepad++ Community
community.notepad-plus-plus.org › topic › 11978 › jstool-plugin-will-not-install
JSTool Plugin will not install | Notepad++ Community
June 27, 2016 - When I go to: https://sourceforge.net/projects/jsminnpp/files/Uni/ I see several files, and “JSToolNPP.1.16.10.uni.zip” downloads fine. And it contains “JSMinNPP.dll”. I copied the dll into NPP’s plugin directory and re-running NPP shows it in the Plugins menu and it works.
SourceForge
sourceforge.net › home › open source software › software development › code generators › jstoolnpp › files
JSToolNpp - Browse /Vsc at SourceForge.net
Project site: http://www.sunjw.us/jstool · JavaScript minify. JavaScript/JSON format. Sort JSON data alphabetically. JSON tree viewer. Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory ...
GitHub
github.com › SkyN9ne › JSToolNpp
GitHub - SkyN9ne/JSToolNpp: A tool / plugin for Notepad++ and Visual Studio Code adding features for JavaScript and JSON. Formerly called JSMinNpp · GitHub
Install JSTool from the Plugin Manager in Notepad++. Or alternatively download it from from GitHuB or https://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to the plugin directory of Notepad++ (By default on Windows it's typically ...
Author SkyN9ne
SourceForge
sourceforge.net › home › open source software › software development › code generators › jstoolnpp › files
JSToolNpp - Browse /Src at SourceForge.net
Project site: http://www.sunjw.us/jstool · JavaScript minify. JavaScript/JSON format. Sort JSON data alphabetically. JSON tree viewer. Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory ...
Top answer 1 of 16
76
Here are the steps that worked for me:
- Download the plugin and extract the plugin dll file.
- Place the plugin.dll file under plugin folder of notepad++ installation.
For me it was :
C:\Program Files\Notepad++\plugins - Start Notepad++ as an elevated administrator and then go to:
Settings -> Import -> Import plugin(s)...(import the plugin). - Notepad++ will show the restart message. / Sometimes it may not show it.
- Restart the notepad++.
- Should see new plugin under the Plugins menu. ALL DONE!!
2 of 16
23
It's worth noting that the exact steps to follow can differ depending on the plugin. (E.g. I've just manually installed XML Tools and this involved copying some files from a subfolder into the root Notepad++ installation directory.) So would recommend the following:-
- Download the plugin you wish to install. A comprehensive list is the official Notepad++ Plugin List.
- Extract to a local folder (e.g. using 7-Zip or similar).
- Look in the extracted files and folders for any readme files or specific instructions to be followed - and then follow them. In case there aren't any instructions, the one thing that must be done for all plugins is to copy the .DLL file into the plugins folder within your Notepad++ installation folder (e.g.
C:\Program Files (x86)\Notepad++\plugins\).
GitHub
github.com › sunjw › jstoolnpp › blob › master › README.md
jstoolnpp/README.md at master · sunjw/jstoolnpp
JSON tree viewer. Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory of Notepad++.
Author sunjw
Visual Studio Marketplace
marketplace.visualstudio.com › items
JSTool - Visual Studio Marketplace
Visual Studio Code>Formatters>JSToolNew to Visual Studio Code?
SourceForge
sourceforge.net › home › open source software › software development › code generators › jstoolnpp › files
JSToolNpp - Browse /Uni at SourceForge.net
Project site: http://www.sunjw.us/jstool · JavaScript minify. JavaScript/JSON format. Sort JSON data alphabetically. JSON tree viewer. Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory ...
