Skip to content

Instantly share code, notes, and snippets.

@fabiobarboza7
Last active January 8, 2020 04:55
Show Gist options
  • Save fabiobarboza7/97fb0b570b9a48e32d382053da50758a to your computer and use it in GitHub Desktop.
Save fabiobarboza7/97fb0b570b9a48e32d382053da50758a to your computer and use it in GitHub Desktop.
for friend playground
[
{
"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