Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Created April 26, 2020 05:15
Show Gist options
  • Save eduardopc/6233623c2a24e654dafb0fa437e12023 to your computer and use it in GitHub Desktop.
Save eduardopc/6233623c2a24e654dafb0fa437e12023 to your computer and use it in GitHub Desktop.
{
"cars":[
{
"id": 1,
"name": "Uno",
"age": "2012"
},
{
"id": 3,
"name": "Gol",
"age": "2002"
},
{
"id": 3,
"name": "Jetta",
"age": "2012"
},
{
"id": 4,
"name": "Golf",
"age": "2015"
},
{
"id": 5,
"name": "Civic",
"age": "2020"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment