I would like to parse JSON array data with jquery ajax with the following code:
you need to parse your xml with jquery json parse...i.e
var parsed_json = $.parseJSON(xml);