Parsing JSON Data in Windows Phone 8 -
Parsing JSON Data in Windows Phone 8 -
i know , how can parse json info received rest web service. sample json info given here {"success":true, username:true}
i seeing numerous articles this, new this, don't know best method.
thanks in advance sebastian
i propose build classes of json or else go this site , generate classes.
a sample snippet this:
public class rootobject { public response response { get; set; } } public class response { public int errorflag { get; set; } [jsonproperty("score detail")] public jobject scoredetail { get; set; } }
have @ article fore more: http://blogs.msdn.com/b/africaapps/archive/2013/02/25/parsing-json-in-windows-phone-apps.aspx
json windows-phone-8
Comments
Post a Comment