jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Support for pretty json #32

Closed JigneshWorld closed 7 years ago

JigneshWorld commented 7 years ago

Do we have support for pretty json? If not yet do we have plan to add it?

jgilfelt commented 7 years ago

I use Gson's setPrettyPrinting option to format the JSON output. I don't have plans to add anything else at the moment.

JigneshWorld commented 7 years ago

Thanks it will definitely work for our need.