I looked through the code, and it doesnt look like it will call a json which is not on same domain as c2 app.
This is the shortcoming of JSON.
XMLHttpRequests can only be made to URI's on the same domain.
You'll need to use something like JSONP that uses "<script>" to do that.
Almost tempted to try add that to plugin, but way short on time right now :(