Skip to content

Instantly share code, notes, and snippets.

@Shaddyjr
Last active August 7, 2023 17:52
Show Gist options
  • Save Shaddyjr/4334b1ef24b094591c2698289c0d07ed to your computer and use it in GitHub Desktop.
Save Shaddyjr/4334b1ef24b094591c2698289c0d07ed to your computer and use it in GitHub Desktop.
Code Along: JSON
{
"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