Как зациклить вложенный объект json в angular6?
У меня есть вложенный объект, как это сделать в угловых 6.
Ниже приведено описание:
{
"62": {
"0": {
"0": "AbbVie's manufacturing facilities are in the following locations:",
"1": "United States",
"2": "Abbott Park, Illinois*",
"3": "Barceloneta, Puerto Rico",
"4": "Jayuya, Puerto Rico",
"5": "North Chicago, Illinois",
"6": "Worcester, Massachusetts*",
"7": "Wyandotte, Michigan*"
},
"1": {
"0": "",
"1": "Outside the United States",
"2": "Campoverde di Aprilia, Italy",
"3": "Cork, Ireland",
"4": "Ludwigshafen, Germany",
"5": "Singapore*",
"6": "Sligo, Ireland",
"7": ""
}
},
"68": {
"0": {
"0": "The following table lists AbbVie's executive officers, each of whom was first appointed as an AbbVie corporate officer in December 2012, except as otherwise indicated:",
"1": "Name",
"2": "Richard A. Gonzalez",
"3": "Carlos Alban",
"4": "William J. Chase",
"5": "Henry O. Gosebruch*",
"6": "Laura J. Schumacher",
"7": "Michael E. Severino, M.D.*",
"8": "Timothy J. Richmond",
"9": "Azita Saleki-Gerhardt, Ph.D.",
"10": "Robert A. Michael*"
},
"1": {
"0": "",
"1": "Age",
"2": "64",
"3": "55",
"4": "50",
"5": "45",
"6": "54",
"7": "52",
"8": "51",
"9": "54",
"10": "47"
},
"2": {
"0": "",
"1": "Position",
"2": "Chairman of the Board and Chief Executive Officer",
"3": "Executive Vice President, Commercial Operations",
"4": "Executive Vice President, Chief Financial Officer",
"5": "Executive Vice President and Chief Strategy Officer",
"6": "Executive Vice President, External Affairs, General Counsel and Corporate Secretary",
"7": "Executive Vice President, Research and Development and Chief Scientific Officer",
"8": "Senior Vice President, Human Resources",
"9": "Senior Vice President, Operations",
"10": "Vice President, Controller"
}
}
}
Как зациклить вложенный объект на угловой 6?