Original
FirstDiversion065  Explore collection

FirstDiversion065

Veryfing wallet status...

Tag your NFTs!

Connect your wallet and curate collections where NFTs are grouped by specific tags.

No tags defined yet.

Properties

",""],"name":"First Diversion 065","mediaType":"text/html"}],"description":["Diversions in feel, form and flow.","A project powered by a Solar Journey"],"mediaType":"image/png","medium":"Fully On-Chain Generative CNFT","properties":{"Elevation":"Rising","Form":"Inward","State":"Transforming","Groove":"Smooth","Special":"Edge","Weight":"Heavy","Colour":"Vivid"}}); 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); }