Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Monday, 4 February 2013

WCF returning Json data

in the .net world, we need to get the data by getting the property d like this:

var cust = data.d[0];

var cust = data.d.firstname;

this won't work: var cust = data[0];