jQuery serializing an ASP.NET form to JSON?
103
96.4
Apr 12, 2011
Is there an easy way to serialize a form to JSON? I know I can do it relatively easy with ASP.NET AJAX, but we have decided to standardize on jQuery, so we will not have to introduce another Javascript library.
To go against what I just said before (about not introducing a new library) does anyone have experiences with json2.js? This library is available from douglas crockford
Thanks,