Skip to content

Instantly share code, notes, and snippets.

@eduardogpg
Created February 9, 2022 16:31
Show Gist options
  • Save eduardogpg/d49130860ba5d8fd3998f255dc194252 to your computer and use it in GitHub Desktop.
Save eduardogpg/d49130860ba5d8fd3998f255dc194252 to your computer and use it in GitHub Desktop.
{
"users": [
{
"name": "Eduardo",
"age": 27,
"email": "[email protected]"
},
{
"name": "Raquel",
"age": 29,
"email": "[email protected]"
},
{
"name": "Fernando",
"age": 25
},
{
"name": "Guadalupe",
"age": 30,
"email": "[email protected]"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment