jackson-jaxrs-providers
jackson-jaxrs-providers copied to clipboard
Add an option to append a linefeed after serialization
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.