I have the piece of code below of a template Ajax enabled WCF service. What can i do to make it return JSon instead of XML? thanks.
using System; using Sys
Have you tried:
[WebGet(ResponseFormat= WebMessageFormat.Json)]