deserialize json to object c#

JavaScript
dynamic json = Newtonsoft.Json.JsonConvert.DeserializeObject(jsonstring);
Source

Also in JavaScript: