Quick Hint: Formatting JSON for Debugging

Posted by Aligned on Geeks with Blogs See other posts from Geeks with Blogs or by Aligned
Published on Tue, 25 Jun 2013 04:08:08 GMT Indexed on 2013/06/25 16:22 UTC
Read the original article Hit count: 280

Filed under:
|

Originally posted on: http://geekswithblogs.net/Aligned/archive/2013/06/25/quick-hint-formatting-json-for-debugging.aspx

I needed a way to quickly format JSON that I copied from the Network view in Google Chrome Developer Tools. A co-worker pointed me to the Notepad++ (or use Chocolatey to install Notepad++) plugin JSMin. Now all I have to do is copy the JSON into Notepad++ and Alt + Ctrl + M and I can see it easily.

© Geeks with Blogs or respective owner

Related posts about tools

Related posts about JSON