$.getJSON('/path/to/json.json').done(function (json) { // Тут делаешь что угодно с json }).fail(function (error) { // Сюда приходят ошибки });