JSON vs XML iOS?

I am developing a game for the iOS (and android later) devices that needs to get data from the database. What I have done so far is echo out the data from database using php as xml..the program will check often with the server so perforamance is a big deal here so my question is what would be better? JSON or XML
 
Back
Top