I am getting an error when calling asp.net mvc action method returning a JsonNetResult. using the following code for that.
This is what I see in the response body. for some reason it is struggling with the < and > text.
{
"archivedEmailsData":[
{
"Id":294455,
"Date":"2009-09-10T15:20:00",
"Subject":"Testing fix in 2.20.8.0 - quotes or single 'quote' and char < and="">"
}]
}
original text of object Subject "Testing fix in 2.20.8.0 - quotes or single 'quote' and char < and >" string
using angularjs to make the call but I get the same thing when using jquery.