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