Remote JSON READ and Parse [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_运维知识库Closed 6 years ago.
Improve this questionCan anyone please help me with this?
I would like to read and parse a remote json and print it in a list box in Windows 7 Phone.
I googled and couldnt able to find an apt answer which works for me.
It would be good to get some tutorials or some code samples.
Thank you,
JSON.NET is a mature library for parsing JSON and has specific support for Windows Phone 7.
If you look on the json website (http://www.json.org/) you can find a list of libraries currently available for parsing JSON in C# and a link to how to create a parser yourself, if you would like to do that instead.
精彩评论