users@jersey.java.net

[Jersey] JSON in Jersey

From: John Lister <john.lister_at_kickstone.co.uk>
Date: Sun, 28 Feb 2010 21:39:18 +0000

Felipe Gaúcho <fgaucho_at_gmail.com> wrote:
>>you need natural notation...........

Ok, I've got natural notation working, but there is still a problem:

I now get:
{
  aValue: 123,
  nullValue: {
    nill: true
  }
}


whereas I would like to have
{
  aValue: 123,
  nullValue: null
}


Any ideas?

Thanks

John