What are my options as far as CORS with .getJSON calls?

What are my options as far as CORS with .getJSON calls?

I have found this thread http://forum.jquery.com/topic/cross-domain-ajax-cors that talks about having the server doing the calling and reserving it for the getJSON calls. Is this the only option that I have or are there other alternatives I can try?

Thank you.