Search code examples
jsonasmx

How do I removing the <string xmlns="http://tempuri.org/"> in Json


I am using asmx as my json call and when I console log to chrome, it has the "string xmlns="http://tempuri.org/" tag as shown here below.

enter image description here

How do I remove the tag? Here is my asmx code:

enter image description here

Thanks a lot and greatly appreciated.


Solution

  • Just in case anyone wants to know how to do so. Here it is.

    enter image description here