const parsed = JSON.parse(jsonString); const blob = await fetch(parsed.blob).then(res => res.blob()); console.log(blob);