Pretty-Print JSON in Java

I’m using json-simple and I need to pretty-print JSON data (make it more human readable).

I haven’t been able to find this functionality within that library.
How is this commonly achieved?

20 Answers
20

Leave a Comment