A while back I created a page that offered an example of how to parse JSON objects using the .NET JavaScriptSerializer class. It was a mess. It has now been updated.I now use some examples that use generic JSON strings and a generic parsing function. I have also illustrated an example of how to parse the JSON string directly into a .NET custom class.
Lastly, I have included a small sample application to illustrate the process.
I hope some people find this useful.