Created
February 7, 2025 04:35
-
-
Save Angello28/7e9beb390bed4dee6c714dc6a4677b63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"pokemon_name": "Pikachu", | |
"set_name": "Base Set", | |
"release_date": "1999-01-09", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Charizard", | |
"set_name": "Base Set", | |
"release_date": "1999-01-09", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Bulbasaur", | |
"set_name": "Base Set", | |
"release_date": "1999-01-09", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Mewtwo", | |
"set_name": "Team Rocket", | |
"release_date": "2000-04-24", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Lugia", | |
"set_name": "Neo Genesis", | |
"release_date": "2000-12-16", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Raikou", | |
"set_name": "Neo Revelation", | |
"release_date": "2001-04-23", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Gardevoir", | |
"set_name": "XY - Roaring Skies", | |
"release_date": "2015-05-06", | |
"era": "The Pokémon Company" | |
}, | |
{ | |
"pokemon_name": "Salamence", | |
"set_name": "EX Dragon", | |
"release_date": "2003-06-17", | |
"era": "Wizards of the Coast" | |
}, | |
{ | |
"pokemon_name": "Eternatus", | |
"set_name": "Sword & Shield - Darkness Ablaze", | |
"release_date": "2020-08-14", | |
"era": "The Pokémon Company" | |
}, | |
{ | |
"pokemon_name": "Zacian", | |
"set_name": "Sword & Shield", | |
"release_date": "2020-02-07", | |
"era": "The Pokémon Company" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment