i have got following JSON string please tell me how to read it in asp.net.. i have got newtonsoft library also.. please give me solution. i want to read email id and name from below JSON
var InitialContacts =
[
{"guid":"","contactId":"32","contactName":"a, a a","email":"[email protected]","isConnection":false,"connection":"","displayImg":null,"msgrID":"","msgrStatus":"","isMsgrBuddy":false},
{"guid":"","contactId":"26","contactName":"bhaiya, manish","email":"[email protected]","isConnection":false,"connection":"","displayImg":null,"msgrID":"","msgrStatus":"","isMsgrBuddy":false}]