I am desperately trying to get a local build of a site to get a JSON file (also local) with no luck. The exact code worked perfect on my server, but once local, breaks.
try https://jsonbin.io/ with making the bin as public and provide the url to the getJSON cal
$.getJSON("https://api.jsonbin.io/b/58f9f835a3de5638", function(data) {}