David Crowell :: Occasional Thoughts

Some Dumb Tech Guy

  Home :: Contact :: Syndication  :: Login
  27 Posts :: 0 Articles :: 53 Comments

Archives

Post Categories

About Me

Archived Software

Monday, November 26, 2007 #

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.