How can I access elements in a list of arrays separated by commas?
[
["service_state", "service_description", "service_icons", "svc_plugin_output", "svc_state_age", "svc_check_age", "perfometer"],
["OK", "Check_MK", "", "OK- Agent version 1.2.4p4, execution time 0.1 sec", "2017-05-01 21:11:33", "13 sec", "0.1s"]
]
I need to work with more than two arrays in the string and I'm not sure how to navigate through them using JavaScript.
Any assistance on this matter would be highly appreciated.