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
Post a Comment