Verwenden Sie die JSON -Datei für Daten jQuery

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