Minified JSON is unreadable. One plugin and one keyboard shortcut fixes that in Notepad++.
Step 1: Install Notepad++ (if you haven't)
Download from notepad-plus-plus.org. Run the installer — under a minute.
Step 2: Install the JSTool plugin
- Open Notepad++
- Go to Plugins → Plugins Admin
- Search for JSTool
- Check the box → click Install
- Restart Notepad++
Step 3: Format your JSON
- Open or paste your JSON into Notepad++
- Select all:
Ctrl + A - Go to Plugins → JSTool → JSFormat
- Done — your JSON is now indented and readable
Optional: Set a keyboard shortcut
Go to Settings → Shortcut Mapper → Plugin commands → find JSFormat → assign Ctrl + Alt + M or whatever you prefer.
What JSTool does
- Formats minified JSON into readable indented output
- Basic syntax validation
- Works on JavaScript too
Troubleshooting
| Problem | Fix |
|---|---|
| JSTool not in menu after install | Restart Notepad++ completely |
| No color highlighting | Language menu → select JSON |
| Plugin missing from search | Update Notepad++ to latest version |
Full setup guide with screenshots and tips: How to Format JSON in Notepad++
Need to merge or split JSON files after formatting? Use the free JSON Merger — no code required.
Top comments (0)