EN
Gson - Pretty Print JSON in Java
0
answers
7
points
How to enable pretty printing with Gson library in Java?
I'd like to make it more human readable.
By default Gson has compact print which is not so user friendly when we want to investigate some of the fields of json.
0 answers