tags:

views:

13

answers:

1

Hi I want to use jsonlib(for mashalling) and jersey(for mapping). But i wasn't able to find a good tutorial. Any help?

A: 

finally i decided to use a single string as parameters. Then i convert this string using the construct of my json library.

And do the same for answer. Return a simple string, which as been previously convert to json using the constructs of my json library

BenZen