This is a productivity extension for Burp Suite that adds an action to the user's context menu to pretty print format JSON data before sending it to the Comparer tool. This allows the user to format ...
I've been using JSONSimple, and needed to pretty-print json. I've extended the writeJSONString to accept optional indent argument, and it works well enough for me. Attached is sample output. While ...