here is the basic code:
public static string DeserializeNames() { jsonData = \"{\\\"name\\\":[{\\\"last\\\":\\\"Smith\\\"},{\\\"last\\\":\\\"Doe\\\"}]}\
Download Json.NET from here http://james.newtonking.com/projects/json-net.aspx
name deserializedName = JsonConvert.DeserializeObject(jsonData);