asp.net mvc outputting json with backslashes ( escape) despite many attemps to filter
- by minus4
i have an asp.net controller that output Json as the results
a section of it is here
returnString += string.Format(@"{{""filename"":""{0}"",""line"":[", file.Filename);
what i get returned is this:
…