I would like to parse JSON array data with jquery ajax with the following code:
alert(xml.data[0].city);
use xml.data["Data"][0].city instead