Используйте файл json для данных jQuery

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