Original

GaussChain  


				
"],"name":"Auth.Playground 000","mediaType":"text/html"}],"project":"Gauss Chain","description":["An on-chain generative collection finding its roots in the","search for abnormal ways to represent the gaussian function.","The pieces reload themselves every few seconds; displaying a","new variation of the pattern each time.","","The collection is composed of one hundred thirty-five pieces","sharing nine patterns, nine colour themes and two pixel shapes.","One additional fully random piece has been pre-minted and will","be sent at the end of the sale to one of the buyers as a token","of appreciation!"],"mediaType":"image/png","medium":"Fully On-Chain BlockGen.Art Canvas","properties":{"type":"collection"}}; jsonData.image = null; jsonData.files = null; // Function to format JSON function formatJSON(jsonObj) { var formatted = JSON.stringify(jsonObj, null, 1); // Remove the first and last curly braces //formatted = formatted.slice(1, -1); // Replace commas with newlines formatted = formatted.replace(/,/g, ''); //formatted = formatted.replace(/[{}]/g, ' '); //formatted = formatted.replace(/{\n/g, 'xx'); // Removes all curly braces followed by newline formatted = formatted.replace(/{[\n\s]*|[\n\s]*}/g, ''); // Removes all curly braces followed by or preceding newline and whitespace formatted = formatted.replace(/: "(.*?)"/g, ': $1"'); //formatted = formatted.replace(/"/g, ''); return formatted; } // Display formatted JSON in the HTML element var jsonOutputElement = document.getElementById("jsonOutput"); jsonOutputElement.innerHTML = formatJSON(jsonData);