$.ajax({
type: "GET",
url: 'https://cors-anywhere.herokuapp.com/https://grishov.ru/db.json',
success: function (response) {
console.log(response)
}
});
<input type="button" class="btn" name="" value="OK">
<input type="submit" class="btn" name="" value="OK">