1{
2 "pokemon": [
3 {
4 "id": 1,
5 "name": "Bulbasaur",
6 "type": ["Grass", "Poison"],
7 "generation": 1
8 },
9 {
10 "id": 4,
11 "name": "Charmander",
12 "type": ["Fire"],
13 "generation": 1
14 },
15 {
16 "id": 7,
17 "name": "Squirtle",
18 "type": ["Water"],
19 "generation": 1
20 },
21 {
22 "id": 25,
23 "name": "Pikachu",
24 "type": ["Electric"],
25 "generation": 1
26 },
27 {
28 "id": 150,
29 "name": "Mewtwo",
30 "type": ["Psychic"],
31 "generation": 1
32 }
33 ]
34}
A zap containing a JSON file with a list of popular Pokémon and their basic information.