I'm working with jQuery to AJAX a .json file and display it in a bootstrap table. I've been able to create a template for the table in my html file. The .json file I have is local, but I'm not sure how to display it in the table. I'm starting out, and reading tutorials on how to code this. Here is what I have so far:I'm working with jQuery to AJAX a .json file an