json-format JSON Pretty Printer for JavaScript I didn't like the "pretty" formatting of JSON.stringify() so I put this together. It is loosely based on a comment at php.net. Usage var formattedJSONString = JSONFormat( someJSONString );