Hi
Can anyone help with some In depth tutorials on how to parse json files locally (in the project folder) and online (webservice) in WP8 development
Thank you in advance
Hi
Can anyone help with some In depth tutorials on how to parse json files locally (in the project folder) and online (webservice) in WP8 development
Thank you in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jagdev MishraPosted Jan 21, 2015, 9:07 AM
suppose your string like this :
var yourstring='{
var res= JSON.parse(yourstring);
If you want to create class file then you can also use online formatter.
http://json2csharp.com/
Thanks