iphone - How can I parse XML using JSON -


sorry question. didnt knew json, want parse xml file new technique. can help?

you cant parse xml using json, since both data formats. in other words cant used parse each other, since data "containers", means purpose give data specific format.

if want parse xml, use xml parser. if want parse json use json parser.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -