How to access nested array in JSON array using javascript or jQuery?
I have a nested array which looks like the example code below. I need to access a nested array within my JSON array. But the issue is that I always get undefined! var json = { "status": "OK", "tickets": {…