Possible Duplicate:
XML vs YAML vs JSON
I read a lot of things about xml, yaml and json and I know that each one is better in some cases than other. I just want to ensure that what i have in my mind is right...
json can be converted to yaml and xml
yaml can be converted to xml, and not always to json I read it from here: "Technically YAML is a superset of JSON. This means that, in theory at least, a YAML parser can understand JSON, but not necessarily the other way around." read here
xml cannot be converted always to yaml and json