WeAreBlockGen401
","/html>"],"name":"We Are Block Gen 401","mediaType":"text/html"}],"description":["BlockGen.art launch party artwork. Powered by the substrate","algorithm created for Sol-Journey2"],"mediaType":"image/png","medium":"Fully On-Chain BlockGen.Art Canvas","properties":{"Tendrils":"Small","Saturate":"Dull","Quantise":"7","Step":"Short","draw":"Origami","Base":"White","Colour":"Retro"}}); if (jsonData) { console.log('Parsed successfully:', jsonData); } else { console.error('Failed to parse JSON'); } //console.log('Parsed JSON Data:', jsonData); // Remove null and unwanted properties delete jsonData.image; delete jsonData.files; // Function to create a table from JSON // Display formatted JSON as table in the HTML element var jsonOutputElement = document.getElementById("jsonOutput"); if (window.formatJSONAsTable) { jsonOutputElement.innerHTML = window.formatJSONAsTable(jsonData); } else { jsonOutputElement.innerText = JSON.stringify(jsonData, null, 2); }