How to print out a nicely formatted JSON string? When working on a POC where I developed a plain REST service where I had to provide a json payload as an output I was struggling with getting my json payload nicely formatted. Searching for a pretty printer for json strings did not delivery any results....