I have the newtonsoft library. I want to read email id and name from the following JSON string:
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}
]
How can I read it in ASP.NET?