users@jersey.java.net

Re: [Jersey] Rid off the _at_at symbol on JSON responses?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 10 Dec 2009 17:21:26 +0100

On Dec 10, 2009, at 3:56 PM, Felipe Gaucho wrote:

> What is the simplest way of removing the @ symbol from json responses?

That will require switching to the default JAXB/JSON mapped convention
to the JAXB/JSON natural convention:

   https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html
#d4e658

Paul.