Created
May 2, 2025 09:15
-
-
Save Hustler4549/be3cca39cd2ebf9d5f8a1316924e661a to your computer and use it in GitHub Desktop.
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
{ | |
"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