Last active
January 8, 2020 04:55
-
-
Save fabiobarboza7/97fb0b570b9a48e32d382053da50758a to your computer and use it in GitHub Desktop.
for friend playground
This file contains 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
[ | |
{ | |
"name": "Emanuelle", | |
"age": "27", | |
"gender": "FEMALE", | |
"info": [{ | |
"cpf": 123321, | |
"rg": 543345 | |
}] | |
}, | |
{ | |
"name": "KARLA", | |
"age": "56", | |
"gender": "FEMALE", | |
"info": [{ | |
"cpf": 123321, | |
"rg": 543345 | |
}] | |
}, | |
{ | |
"name": "JONATHAN", | |
"age": "33", | |
"gender": "MALE", | |
"info": [{ | |
"cpf": 123321, | |
"rg": 543345 | |
}] | |
}, | |
{ | |
"name": "VICTOR", | |
"age": "29", | |
"gender": "MALE", | |
"info": [{ | |
"cpf": 123321, | |
"rg": 543345 | |
}] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment