Trying to fetch this 2.5mb file with $.getJSON() is giving me this error in Chrome Devtools. I'm led to believe that it might be a browser timeout causing the problem as the same method is working fine with smaller JSON files. The JSON syntax in the file is valid (JSONLint).
I'm relatively new to doing this so is there a way to fetch less data from that file or am I always going to run into the same issue no matter what? (unless I download server side first with, for example, PHP and compress - trying to avoid doing this as I wanted to do the project in only jQuery)