Comment Re:XML is bloated (Score 1) 184
XPATH is barely cross browser (only through gigantic JavaScript libraries like Sarissa).
JSON is useful because you don't have to parse it using a clunky JavaScript DOM interface.
XML is great, but for my web apps, I appreciate the efficiency and simplicity of JSON.