There are a number of (perhaps one-sided) JSON vs XML articles at the bottom of the json.org page.
Here's one.
I generally prefer JSON because it's much better suited for data I typically would represent, which in my line of work would be things like vertices, meshes, etc. Depending on your data XML might be a fine format.