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.
You should use http://localhost over file://localhost;
http://localhost
file://localhost
$.getJSON( "http://localhost/Users/blakestruhs/new/lib/js/app.json", function(data){ $.each(data, function(i,user){ +' }); } );