json2csharp can be used to automatically create C# objects from the returned JSON string of a service. This is useful when integrating with a non-WCF service which doesn’t offer strongly typed objects through a wsdl.
json2csharp can be used to automatically create C# objects from the returned JSON string of a service. This is useful when integrating with a non-WCF service which doesn’t offer strongly typed objects through a wsdl.