Synchronous getJSON request

Synchronous getJSON request

Is it possible to perform a synchronous getJSON request similar to how ajax request can be made synchronous with async:false ?

Thanks