Código PHP:
{"tabla" : [{"detalle" : "","Avimatur" : "0","Noentrada" : "EN11121487"},{"detalle" : "","Avimatur" : "0","Noentrada" : "EN11120822"},{"detalle" : "","Avimatur" : "0","Noentrada" : "EN11120823"},{"detalle" : "","Avimatur" : "0","Noentrada" : "EN12031418"}]}
.
.
.
3=[Object Object]
esto es lo que llevo, ya la vdd hice y deshice pero nomas no sale
$.ajax({url:"../ControlCenter/ajax.ashx",type:"POST",dataType:"json",data: "op="+op+"®resa=reporte",
success: function(data)
{
$.each(data, function() {
$.each(this, function(name, value)
{
alert(name + '=' + value);
});
});
}//success
});//ajax
si me podrian ayudar se los agradeceria mucho