Gunakan file json untuk jQuery data

$.getJSON('file.json', function(data) {
  alert(data.element_key);
});
portapipe