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
Post a Comment