If you're using IIS server, you need to register file extension with
it in order to let it serve you the file. For (hopefully) security
reasons, it won't serve any extension that hasn't been registered,
returning a 404 error. Go to IIS server properties and add .json
extension with application/json content type. That should make things
work for ya.
:DG<
-scott