why do applications save in xml instead of json?
Posted: Tue Jan 27, 2015 9:17 pm
it seems like json can do everything xml can and is more human-readable. so why do applications still save in xml instead of json? http://www.json.org/xml.html
this suggests that xml is useful for xml schemas, xquery/xpath and xslt, which json has not implemented. I found further discussion on those below:
http://en.wikipedia.org/wiki/JSON#Schema_and_Metadata
http://stackoverflow.com/questions/8481 ... uery-xpath
http://stackoverflow.com/questions/1618 ... t-for-json
It seems like XML would be preferable for markup of documents or in data transmission. But LAU applications don't do either of these, so why are they always saved in XML?
this suggests that xml is useful for xml schemas, xquery/xpath and xslt, which json has not implemented. I found further discussion on those below:
http://en.wikipedia.org/wiki/JSON#Schema_and_Metadata
http://stackoverflow.com/questions/8481 ... uery-xpath
http://stackoverflow.com/questions/1618 ... t-for-json
It seems like XML would be preferable for markup of documents or in data transmission. But LAU applications don't do either of these, so why are they always saved in XML?