I am having problem with my NFT JSON files. Because of lack of facilities I have generated my 10k NFT collection as 10*1000, now I have ten collections (each 1000) instead of a single collection (of 10000). The JSON objects of each collection are numbered from 1-1000. But I want to copy all JSON objects into a single file and update their "edition" numbers in sequence from 1-10000. Thanks in advance. Here is the NFT metadata code.
"file_path": "ipfs://NewUriToReplace/1.png",
"nft_name": "NFT #1",
"external_link": "",
"description": "NFT Description",
"collection": "Collection Name",
"properties": [
{
"type": "type",
"name": "name"
},
{
"type": "type",
"name": "name"
},
{
"type": "type",
"name": "name"
},
{
"type": "type",
"name": "name"
},
{
"type": "type",
"name": "name"
}
],
"levels": [],
"stats": [],
"unlockable_content": [],
"explicit_and_sensitive_content": false,
"supply": 1,
"blockchain": "Polygon",
"price": 0.005,
"quantity": 1,
"dna": "a2fc94a3a51a7c853c01b553019628907f437d2a",
"edition": 1,
"date": 1642499902138,
"creator": "Artist",
"seller_fee_basis_points": 250,
"address": "0x2c41a4e7d9321b1134b076bb0be866709fda6ffb",
"share": 100,
"Date": "January 2022",
"compiler": "HashLips Art Engine"
}```