Accessing JSon raw tokens in C# ?
        Posted  
        
            by user318332
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user318332
        
        
        
        Published on 2010-05-03T13:03:00Z
        Indexed on 
            2010/05/03
            13:08 UTC
        
        
        Read the original article
        Hit count: 399
        
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.
© Stack Overflow or respective owner