Can someone show me how the syntax work to get the data from the JSON of URL by javascript? An example: JSON
in the url
({
"test": 60,
"homework": 15,
"quiz": 0,
"class_participation": 10,
"final_exam": 15,
"success": true
})
The number represents the weight of the categories, after I get the data out from the URL I want it to automatically fill out all the input box with respectively values.