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?
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?