Created
December 30, 2025 03:19
-
-
Save Joel-116/98da7e34252e27f87f1e875080e62365 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
| [ | |
| { | |
| "nome": "Son Goku", | |
| "idade": 42, | |
| "anime": "Dragon Ball", | |
| "energia": "Ki" | |
| }, | |
| { | |
| "nome": "Vegeta", | |
| "idade": 48, | |
| "anime": "Dragon Ball", | |
| "energia": "Ki" | |
| }, | |
| { | |
| "nome": "Naruto Uzumaki", | |
| "idade": 32, | |
| "anime": "Naruto", | |
| "energia": "Chakra" | |
| }, | |
| { | |
| "nome": "Sasuke Uchiha", | |
| "idade": 32, | |
| "anime": "Naruto", | |
| "energia": "Chakra" | |
| }, | |
| { | |
| "nome": "Gon Freecss", | |
| "idade": 14, | |
| "anime": "Hunter x Hunter", | |
| "energia": "Nen" | |
| }, | |
| { | |
| "nome": "Killua Zoldyck", | |
| "idade": 14, | |
| "anime": "Hunter x Hunter", | |
| "energia": "Nen" | |
| }, | |
| { | |
| "nome": "Sung Jin-Woo", | |
| "idade": 24, | |
| "anime": "Solo Leveling", | |
| "energia": "Mana" | |
| }, | |
| { | |
| "nome": "Cha Hae-In", | |
| "idade": 23, | |
| "anime": "Solo Leveling", | |
| "energia": "Mana" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment