I'm developing a project in which I have a client side created with jQuery and a REST web service on the server side.
On the server side I user Jackson to automatically parse JSON strings and produce Java Objects, my problem is on the client side where I need to have something that automatically creates for me JSON strings to send to the server side. Is there such a framework which makes this kind of work?