Tuesday, 27 August 2013

How to get the value of id and message seperately

How to get the value of id and message seperately

i have a NSString response
{"id":"44","message":"1"} ,
i want to get the value of
"id"
and
"message"
seperately. it is the response nsstring from the server.
Thanks in advance

No comments:

Post a Comment