I have a NSObject variable which represents something like :
{objectID : 2, name : John Doe, url : www.test.com }
I want to extract only the url from the NSObject variable.
How can I do that?
I have a NSObject variable which represents something like :
{objectID : 2, name : John Doe, url : www.test.com }
I want to extract only the url from the NSObject variable.
How can I do that?