users@jersey.java.net

Re: [Jersey] Unmarshaling JAXB object from JSON

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Wed, 1 Apr 2009 13:39:11 -0700

On Wed, Apr 1, 2009 at 11:06 AM, Jakub Podlesak <Jakub.Podlesak_at_sun.com> wrote:
>
> Hi Farrukh,
>
> it seems, it is not only the format (missing double quotes at JSON keys).
> Because then i am getting a different error message:
>
> org.codehaus.jackson.JsonParseException: Unexpected character ('s' (code 115)): was expecting double-quote to start field name

For what it's worth, that is an error message you get when
double-quotes are missing (first unquoted name would be 'street',
hence 's').

-+ Tatu +-