Skip to content

Instantly share code, notes, and snippets.

@nncl
Created May 16, 2015 20:22
Show Gist options
  • Select an option

  • Save nncl/aafaf0f419861b4bff85 to your computer and use it in GitHub Desktop.

Select an option

Save nncl/aafaf0f419861b4bff85 to your computer and use it in GitHub Desktop.
New JSON
[
{
"id":3,
"foto":"Imagens/pet1.jpg",
"nome":"Brutus",
"idade":0
},
{
"id":4,
"foto":"Imagens/pet4.jpg",
"nome":"Titus",
"idade":1
},
{
"id":1,
"foto":"Imagens/pet2.jpg",
"nome":"Pingo",
"idade":5
},
{
"id":2,
"foto":"Imagens/pet3.jpg",
"nome":"Pelotas",
"idade":0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment