Place Metadata JSON into individual individual files (10,000)
Budget: £20 – £250 GBP
I have a single JSON file that i want to be split into 10,000 individual files e.g. (1.json, 2.json, 3.json etc.)
Each file must contain the below structure e.g.:
1207.json
{
"name": "KoolPunk #1207",
"description": "Punks on the Klever Blockchain",
"external_url": "https://www.koolpunks.com/1207.png",
"dna": "612565536aefd6ce0ab10e29e35d73157304c002",
"edition": 1207,
"date": 1667386307657,
"attributes": [
{
"trait_type": "Type",
"value": "Zombie"
},
{
"trait_type": "Accessory",
"value": "Frumpy Hair"
},
{
"trait_type": "Accessory",
"value": "Luxurious Beard"
},
{
"trait_type": "Accessory",
"value": "Small Shades"
}
],
"compiler": "HashLips Art Engine"
}
Each file must contain the below structure e.g.:
1207.json
{
"name": "KoolPunk #1207",
"description": "Punks on the Klever Blockchain",
"external_url": "https://www.koolpunks.com/1207.png",
"dna": "612565536aefd6ce0ab10e29e35d73157304c002",
"edition": 1207,
"date": 1667386307657,
"attributes": [
{
"trait_type": "Type",
"value": "Zombie"
},
{
"trait_type": "Accessory",
"value": "Frumpy Hair"
},
{
"trait_type": "Accessory",
"value": "Luxurious Beard"
},
{
"trait_type": "Accessory",
"value": "Small Shades"
}
],
"compiler": "HashLips Art Engine"
}