users@jersey.java.net

[Jersey] Re: Controlling JSON to POJO mapping

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Tue, 18 Sep 2012 10:33:20 -0700

On Tue, Sep 18, 2012 at 5:46 AM, Carsten Byrman <carsten_at_byrman.demon.nl> wrote:
> Thanks for your time, Mike.
>
> So 5.2 of the Jersey User Guide (JAXB Based JSON support) is the way to go -
> even if the web service only returns JSON (no XML)?

Example given did not actually use any of JAXB, not even annotations,
so it's bit of a red herring.
Structure given works as-is with Jackson-based POJO-mapping.

-+ Tatu +-