JSON Data changes while transferring from C# to ExtJS
问题 When transferring JSON data from a Webmethod in asp.net C# through an Ajax call in ExtJS 4.2.2, several characters are added to the beginning and end of the string. JSON Data before leaving C#: [{"ID":"0","NAME":"ALAN"},{"ID":"1","NAME":"BLAKE"}] JSON Data as seen by firebug which is received by ExtJS {"d":"[{"ID":"0","NAME":"ALAN"},{"ID":"1","NAME":"BLAKE"}]"} This will also happen if the JSON Data has a set root property. From what it appears it seems as if something somewhere along the