Notepad++ ist DAS Allzweck-Tool für sämtliche Textformate.
Ich verwende es auch, um JSON results von Webservices zu untersuchen.
Um den JSON-Baum besser lesen zu können, habe ich mir das Plugin „JSON Tools“ in Notepad++ installiert.
Ich habe darauf hin ein Beispiel-JSON-File in Notepad++ geladen:
Zum Formatieren rufe ich das Plugin auf:
Plugins > JsonTools > Pretty-print current JSON File
Darauf hin wird das JSON-File formatiert ausgegeben:
Image Credits: Don Ho