Accessing JSon raw tokens in C# ?
- by user318332
My json string looks like { abc: 123, def: 442, ghi=444 } - say stock list.
I dont know what quotes are coming in , i.e I dont know what is abc, def etc is. I need to get this token dynamically. Any pointers would be of great help !
BTW, this has to run in silverlight.