Last active
August 7, 2023 17:52
-
-
Save Shaddyjr/4334b1ef24b094591c2698289c0d07ed to your computer and use it in GitHub Desktop.
Code Along: JSON
This file contains hidden or 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
{ | |
"base": { | |
"Attack": 49, | |
"Defense": 49, | |
"HP": 45, | |
"Sp.Atk": 65, | |
"Sp.Def": 65, | |
"Speed": 45 | |
}, | |
"name": "Bulbasaur", | |
"id": "001", | |
"type":[ | |
"grass", | |
"poison" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment