I am trying to make JSON webservice in C# .NET. A json string is returning by web method but it contains xml structure like:
Change return in method for
Context.Response.Write(ans); Context.Response.End();