jackson-jaxrs-providers icon indicating copy to clipboard operation
jackson-jaxrs-providers copied to clipboard

Add an option to append a linefeed after serialization

Open cowtowncoder opened this issue 12 years ago • 0 comments

A user requested ability to add linefeed after serialized JSON Object; mostly to make it easier to see response via curl. This seems easy enough with a togglable feature.

One possible complications is that of linefeed to use (\r vs \n vs \r\n) -- using server's native linefeed may or may not make sense.

cowtowncoder avatar Jul 12 '13 04:07 cowtowncoder