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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -