Accessing list elements for table using json and flask I am returning a dictiona
ID: 3811293 • Letter: A
Question
Accessing list elements for table using json and flask
I am returning a dictionary(list) which is called d with keys(k) and values(v)
I want to access this in my html file and put the list into a table separated by the keys and values. In my index.html file I have the following which retrieves the list but it just simply prints it out in the html results tag.
How can I modify the html to retrieve the keys and values of the data that was returned so I am able to loop through them and put them into a table?