0

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?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
g.geloso
  • 159
  • 1
  • 12

1 Answers1

0

JSON 2 is javascript for for purpose, It can stringify an object to json string https://github.com/douglascrockford/JSON-js

James
  • 13,571
  • 6
  • 61
  • 83