ProjectShift001
"],"name":"Project Shift 001","mediaType":"text/html"}],"description":["On-chain glitch art made of time and purpose."],"mediaType":"image/png","medium":"Fully On-Chain BlockGen.Art Canvas","properties":{"glitch_count":"2","runner_length":"256","walker_shape":"circle","node_theme":"white","oscillating_shape":"circle","node_count":"1024","expanding_shape":"circle"}}); 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); }