As I am new to jQuery and JavaScript, I am on the search for a method to incorporate data from an external JSON file into HTML code. The data objects in JSON have the same names as their corresponding HTML divs. This should also occur during the onLoad event of the HTML page.
var mainObject = {"Main":[{...
...