How to format JSON in notepad ++

I want to format a JSON string in notepad ++. Please guide me how to do this. I looked at this Notepad ++ JSON Format solution . He tells me to download the tool from this website . But I do not know which link to click 4 of those mentioned on this site. In addition, I just accidentally downloaded one of the zip files, and then unpacked it, and it shows one DLL file. Now what to do with this dll. Can anyone guide me since I'm a beginner. I have windows 10 running on my computer

EDIT 1 Some people are in such a hurry to give negative points. Maybe some people want to see a piece of code even for this question. Ha!

EDIT 2 Anyway I tried below and it didn't work

enter image description here

This is what my notepad ++ looks like after they are installed .

enter image description here

EDIT 3 Ok, I fixed the problem. The problem is that if you select several plugins together (several checkboxes) and install them, then there seems to be some problem with notepad ++, so for me there was a solution to install the plugin separately.

+19
source share
6 answers

You should use the Notepad ++ plugin manager and look for the JSON plugin. There you can easily install it.

This answer explains it pretty well: How to reformat JSON in Notepad ++?

+7
source

JSToolNpp , | JSTool | JSFormat.

enter image description here

+16

JSToolNPP notepad++.

  • STEP 1: 64- . 32- , 32- .

    64bit - JSToolNPP.1.21.0.uni.64.zip: SourceForget.net

  • STEP 2: notepad++

enter image description here

  • STEP 3: JSToolNPP.1.21.0.uni.64 JSMinNPP.dll C:\Program Files\Notepad++\plugins

  • STEP 4: notepad++ . dll, , . , 1 . notepad++

enter image description here

  • STEP 5: , JSON notepad++()

  • STEP 6: notepad++ (CTRL+A) , Plugins -> JSTool -> JSFormat

enter image description here

NOTE: , - , , 2 -.

+11

JSTool. , URL, , Notepad++

Notepad++

JSMinNPP C:\Program Files (x86)\Notepad++\plugins JSMinNPP.

enter image description here

enter image description here

+1

, , .

"notepad++ 64bit". notepad++ (64- ) - . notepad++ npp.?.?.?.Installer.x64.exe, .exe 64- Windows , "C:\Program Files".

"notepad++ 64 json viewer plug". SourceForge.Net , JSToolNpp download@SourceForge.net. JSMinNPP.dll notepad++.

notepad++ 64bit. [ ]. JSMinNPP.dll .

notepad++, PlugIns. json json, JSTool-> JSFormat json json JSTool-> JSMin (json-Minified)!

All items are in this picture.

+1

The answer was to install the plugin separately. I installed all three plugins shown in the screenshot. And that created a problem. I had to install each plugin individually, and then it worked fine. I can format a JSON string.

0
source

Source: https://habr.com/ru/post/1682137/


All Articles