Convert JSON objects to classes

17. April 2013

Convert JSON objects to classes 


A very useful utility i found on this web page which lets you create classes for the format of JSON objects a service returns which in turn can be used to de-serialize JSON objects . 

The link is - json2csharp - generate c# classes from json

WCF ,