suitable datastructure to store the parsed data from webservice
I am developing an iphone app that utilizes webservice. Which is the most suitable datastructure that can be use开发者_如何学Pythond to store the data as the XML obtained from the webservice is parsed ...?
If i understand your question well, there's no single datastructure that you can use (it highly depends on the shape of xml though). As a matter of fact that's the beauty of Object Oriented Programming, where you can create your own classes in order to store custom data obtained for example from XML.
精彩评论