Array.prototype.forEach.call(Object.keys(j.hiera), (item, k) => {
            addTo(hierafiles, "<div>"+j.hiera[item]+"</div>");
          });