Two ways to tackle your your issue:-
1) Change your server code to wrap JSON in a callback. Check how JSONP can be implemented in your server side code on internet.
2) Apply CORS (Cross origin resource sharing) settings on your server, and use your normal ajax APIsto download your JSON