Skip to content

Instantly share code, notes, and snippets.

@Hustler4549
Created May 2, 2025 09:15
Show Gist options
  • Save Hustler4549/be3cca39cd2ebf9d5f8a1316924e661a to your computer and use it in GitHub Desktop.
Save Hustler4549/be3cca39cd2ebf9d5f8a1316924e661a to your computer and use it in GitHub Desktop.
{
"players": [
{
"full_name": "Nwoye Chibuike",
"club": "Manchester City",
"birth_year": 2004,
"age": 16,
"skin_tone": "chocolate",
"height_cm": 175,
"position": ["FR", "FL", "FC", "SS", "AM"],
"rating": 99
},
{
"full_name": "Nwoye Chukwuemeka",
"club": "Chelsea",
"birth_year": 2000,
"age": 16,
"skin_tone": "dark",
"height_cm": 178,
"position": ["FR", "FL", "FC", "SS", "AM"],
"rating": 99
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment