[Solved] How to create dynamic lists from a json in javascript?

This might work, I have broken it down to simple functions so you can understand what is happening here. var job_execs = [{ “build_id”: 12, “job”: { “name”: “test_job” }, “product”: { “name”: “new_product” }, “time_start”: “2017-08-29T01:01:19.314000-07:00”, “time_end”: “2017-08-29T01:17:07.990000-07:00”, “status”: { “name”: “SUCCESS” }, “stage_executions”: [{ “stage”: { “name”: “stage-checkout” }, “status”: { “name”: “SUCCESS” … Read more