Below I have some code, basically to get a JSON object.
function getData() { ajax("products.json", processJSON) } getData() function ajax(url,