I am trying to read the complex nested JSON array which looks like below :
MyApp1:
MyApp2:
MyApp3:
MyApp4:
MyApp5:Array(2)
{Tag: "UI", Technology: "Angular"}
{Tag: "Backend", Technology: "Spring Boot"}
I am trying to store nested array values
{Tag: "UI", Technology: "Angular"}
{Tag: "Backend", Technology: "Spring Boot"}
to mytechnologyArray: any [],
so that I can write ngfor in an HTML page and display those values