Hi all, i am creating a python server socket that sends data to the client reguarding files status... what i have is a list containing dictionaries:
[{'Status': '[2,5%]', 'File': 'SlackwareDVD.iso'},
{'Status': '[21,8%]', 'File': 'Ubuntu_x86.iso'}]
the socket, when asked, sends this data, obviously it is sent as a string type.. i was trying to figure out how i could pass this data in OBJC in corrispective NSarray and NSDictionaries...
anyone have a clue?? hints?? :D Thanks
PirosB3