PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Include an enhancement to indent JSON responses #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Request data from a server and accept JSON responses
2.
3.

What is the expected output? What do you see instead?
I see the results on one line instead of formatting it in JSON.

What version of the product are you using? On what operating system?
2.2a2, running on WinXp Home Edition

Please provide any additional information below.

Original issue reported on code.google.com by daveborodrigues on 12 Sep 2008 at 1:31

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. Let me see if there are any libraries for indenting 
JSON
content.

Original comment by subwiz on 12 Sep 2008 at 3:22

GoogleCodeExporter commented 8 years ago
Update from the Jackson community:

http://jira.codehaus.org/browse/JACKSON-15

Original comment by subwiz on 13 Sep 2008 at 4:54

GoogleCodeExporter commented 8 years ago
Rev.300 has a util class which does this. Today evening I will write the 
interface part.

Original comment by subwiz on 17 Sep 2008 at 12:38

GoogleCodeExporter commented 8 years ago
Rev.301 has the fix.

Original comment by subwiz on 17 Sep 2008 at 3:34