Is there really a difference in these two calls? If you use getJSON, you still have to declare format=json in the url...
format=json
And you can do the same in
The differences between $.getJSOn and $.get are in parameters:
So, using $.get with dataType: JSON would work exactly the same as $.getJSON.