I am using jquery to call an ajax wcf method that returns a list of objects as a JSON string. The JSON string looks like this when inspecting it in fiddler2 (in TextView):>
Try adding the MIME type in your server-side code:
Response.ContentType = "application/json";