Utilisez le fichier JSON pour les données jQuery

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