I try the all Json parse example but they don't work.
Do anyone have a proper example Json parsing from web link for Windows Phone 8 ?
Please help me...
I try the all Json parse example but they don't work.
Do anyone have a proper example Json parsing from web link for Windows Phone 8 ?
Please help me...
1) Generate class for json object (Online JSON class generator)
2) Call link and download data.
3) Parse data using JsonConvert or other class.( Samples )
Here is a sample:
http://smallandmighty.net/blog/using-json-with-windows-phone
Personally I prefer Json.NET. It is light-weight and relatively easy, especially if you read through the documentation. It is hard to answer the 'how to parse' considering there are different scenarios to consider. The resource #1 that Norbert posted I think is helpful and something I am going to use now that i know about it considering creating the classes is usually the longest and most monotonous part.