How can I parse this data to use it: I am getting below data using NSString and showing it on console through NSLog.
HTML = {"session":"2a1d9a1db71b443d7a9702816663d8d","role":"normal","account":"uid\u003ddemo@url.com,o\u003dDemo,o\u003dUnd"}
I want to get the values of accounts and then want to use them to select one of them for which I will use picker view.
and this data array:
Group = ["DEMO"]
Thanks
you can take this html response in NSDictionary and then access it elements by using the following code
you can check this by checking the array size such that