How to enable pretty print JSON output (Gson)
Gson gson = new GsonBuilder().setPrettyPrinting().create(); String json = gson.toJson(obj);Read full article from How to enable pretty print JSON output (Gson)
How to enable pretty print JSON output (Gson)
Gson gson = new GsonBuilder().setPrettyPrinting().create(); String json = gson.toJson(obj);Read full article from How to enable pretty print JSON output (Gson)
No comments:
Post a Comment