How to get elements from this string?

Posted by Balajikcp8 under ASP.NET on 9/5/2012 | Points: 10 | Views : 1302 | Status : [Member] | Replies : 2
{"status":1,"msg":"Success","details":{"123456789":{"id":"4029292","name":"ram"}}}

this is my string(i think json array not sure). I got this as response from webservice

How to get elements from this?




Responses

Posted by: Pradeepkumar417 on: 9/5/2012 [Member] Starter | Points: 25

Up
0
Down
HI,

You can get the elements from that string by using split() method. I will try to split that string and get back to you ASAP.

Thanks & Regards,
Software Engineer,
Pradeep Kumar

Balajikcp8, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Balajikcp8 on: 9/5/2012 [Member] Starter | Points: 25

Up
0
Down
Thanks for you..i got

Balajikcp8, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response