Tuesday, 10 September 2013

WebAPI in VS 2010, method not returning JSON

WebAPI in VS 2010, method not returning JSON

I'm creating WebAPI using VS2010. I was following tutorial from this link.
So far I got everything working, but when I try to call my WebAPI method,
instead of getting JSON array of objects, I'm getting just type name for
this array.
Do I have to add anything else which is not mentioned in this tutorial to
get this method returning JSON as it should?

No comments:

Post a Comment