Is there an advantage in using jQueries getJSON instead of jQuery.ajax?
Beside that it is shorter?
But exactly this shortage makes me think if it isn't risky to use getJSON.
If I later find out that I need one of the many options, which jQuery.ajax provides, I have to change a lot in my code.
With using the ajax.method I'm just adding one setting and finished.
So therefore my question:
Is getJSON used only for simplicity- and brevity-reasons? Or are there other advantages which I don't know yet?