In the comments, no one talks about where should host JSON files. @mitchstein Sir, please guide!
any web server will work.
If you have Apache make sure this line is in .htaccess.
AddType application/json .json
If IIS make sure that the MIME type for *.json is application/json.