function getSingleMediaFileInfo(filepath, callback) { $.getJSON(`/single-json?path=${ filepath }`, function(resp) { callback(resp); }); }