$.get('json.html', function(data) { $.each(data, function(index, value) { alert(index + ': ' + value); }); });