newtonsoft.json string to object code example Example: newtonsoft.json string to object Account account = JsonConvert.DeserializeObject<Account>(json);