I had to quickly get up to speed today on a project using
jQuery, and
JSON. I used the
Json.NET library to serialize C# objects to JSON. That part was extremely easy. On the client end, jQuery has good support for JSON, but I had to dynamically create HTML form fields (mostly radio buttons) from javascript.
I haven't done much with either JSON or jQuery, so it was nice to learn something new.