How to create and send JSON from client side

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-06-09T15:40:59Z Indexed on 2010/06/09 15:52 UTC
Read the original article Hit count: 146

Filed under:
|
|

Hello, I have a web application. On the client side I basically need to get the values of some fields and turn them into JSON and then send them to the server in an AJAX kind of way.(asynchronous)

How would you do that? I also am using jQuery

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX