Being new to Ajax, I would like to understand which data exchange format - JSON or XML - would be easier to work with while doing Ajax in Rails.
Do the various Rails helpers make one or the other format easier to deal with or does it depend on the context or does it not matter at all?