I need Notepad++ to take a json string from this
{\"menu\": {\"id\": \"file\",\"value\": \"File\",\"popup\": {\"menuitem\": [{\"value\": \"New\", \"onclick\"
You can use http://www.jsonlint.com/ to edit your json
online if you don't have Notepad++.
If formatting JSON is the main goal and you have VisualStudio then it is simple and easy.
That's it. you will get formatted JSON Value.
If you don't want to install a Notepad++ plugin but you have Firefox and a JSON plugin for Firefox, you can select Run -> Launch in Firefox
. You get the contents formatted as JSON using your Firefox plugin.
This is what I personally do.