Tuesday, November 20, 2012

Json to C# converter

json2csharp.com/
 
This was the site that I used to convert Sharepoint TaxonomyInternalService.json calls to C# json objects. We then did an Httppost to the taxonomyinternalservice.json and used the oob JavascriptSerializer class to deserialize the result from the service.