My Application is in Asp.Net MVC3 coded in C#. This is what my requirement is. I want an object which is in the following format.This object should be achieved when I deseri
Use this code:
var result=JsonConvert.DeserializeObject>(jsonString);