Windows phone 8 json parsing -


what best possible ways parse json data in windows phone 8. need simple , robust json parser library example. there inbuilt support available in c# itslef? using c# , xaml app. need t parse json data web requests.

use http://json2csharp.com/ create c# classes json , use json.net deserialize ti quite easily:

await jsonconvert.deserializeobjectasync<rootobject>(jsontext); 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -