It seems very inconvenient that jQuery\'s $.getJSON silently fails when the data returned is not valid JSON. Why was this implemented with silent failure? What is the easies
You should have a look at the docs for this API... it has a .error on it.
http://api.jquery.com/jQuery.getJSON/