Looking to build a work-around of the following.
$.getJSON(\'myfile.json\', function (data) { showAll(data); });
I want to avoid using a we
This would be a 3 step process.
Move the JSON file into a folder with you other web pages
In the JSON file, give the obejct a name i.e. var data = {...};
var data = {...};
In the file that you wan to use it just call it with the