async function getJSON(t){try{const o=await fetch(t);return await o.json()}catch(o){console.error("****Sorry output from "+t+" not found")}}
Beautify