tutorial.eyehunts.com
JavaScript pretty print JSON | Example code
Use the third argument in JSON.stringify() function to pretty print JSON in JavaScript. It will set space to display JSON in an easy-to-read.
Rohit