How can I display JSON in an easy-to-read (for human readers) format? I\'m looking primarily for indentation and whitespace, with perhaps even colors / font-styles / etc.
Better way.
Prettify JSON Array in Javascript
JSON.stringify(jsonobj,null,'\t')