$.each(json, function (key, data) { console.log(key) $.each(data, function (index, data) { console.log('index', data) }) })