How to output values from an object in which an array. For example tooth.statusList.code
tooth = { statusList: [ {id: 1, code: "G", "decode": "Здоров"}, {id: 2, code: "S", "decode": "Пломба"}, {id: 3, code: "C", "decode": "Коронка"}, {id: 4, code: "I", "decode": "Искусственный зуб"}, ] }