Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello I am working on a program in which i need to fetch some values obtained from an URL.
The JSON is as given:

{"country":{"name":"India","State":"Raj": Count :239}, "Population": 25487}

Now i want to fetch the value of Count and Population using C#.

I have tried using JavaScriptSerializer(); But the problem is that its response time is much much slower.

Please suggest me a way to fetch the values from this JSON string.

Thanks
Posted

1 solution

Use my article here : fastJSON
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Nov-11 11:41am    
My 5.
--SA
Mehdi Gholam 18-Nov-11 13:32pm    
Thanks
RaisKazi 18-Nov-11 13:29pm    
Nice Article. Bookmarked and worth to read. 5ed.
Mehdi Gholam 18-Nov-11 13:32pm    
Cheers enjoy.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900