I'm getting via Ajax a Json object, and would like to turn it into a C # object and access its properties. How can I do this?
I ended up reversing the name of the variables ( objeto
, itens
), the first are the items, and the second the objects themselves.