I\'m not sure where I\'m going wrong of what I\'m missing.
I\'m building an ASP.NET 2.0 (on the .Net 3.5 framework) Web application and I am including a webservice.
When you mark the service as a ScriptService, it automatically handles the JSON serialization. You shouldn't manually serialize the response. See this stack overflow entry for more detail.