I know this has been asked before but I can't seem to find the answer.
I just want to know how to access the values in service_name array
in a console.log
Below is the array and just a snip out of the data.
var a = [{"ID":102254,"Name":"obj 1","service_name":["Open Ticket","Escalation Ticket"]},{"ID":226619,"Name":"DIDE","service_name":["Open Ticket","Escalation Ticket"]},{"ID":224522,"Name":"CAT","service_name":["Open Ticket","Escalation Ticket"]},{"ID":122533,"Name":"Mirror","service_name":["Open Ticket","Escalation Ticket"]}]
console.log(JSON.stringify(a, 0, 4))