Jquery – Iterate nested array of object and display in html table
I have a below input with nested array of objects. summary is parent array of objects and run_type is nested one. let input = { "summary": [ { "name": "Release", "run_type": [ { "environment": "6nc", "type": "QA1" }, { "environment":…