I am very new into jQuery and JSON. I need to parse a JSON of the following format so as to populate a html table tbody:
{"response":[["name0","id0","amt0"],["name1","id1","amt1"]]}
But I am not sure how to get access to them, so to get html table in the following way:
header1 header2 header3
name0 id0 amt0
name1 id1 amt1
Not tested but it can be something like: