Skip to content

Instantly share code, notes, and snippets.

@nncl
Last active November 6, 2015 12:13
Show Gist options
  • Save nncl/4328284248d27f452518 to your computer and use it in GitHub Desktop.
Save nncl/4328284248d27f452518 to your computer and use it in GitHub Desktop.
Pet
{
 "data": {
  "animals": [
   {
      "id":1,
      "foto":"Imagens/pet1.jpg",
      "nome":"Pelotas 1",
      "idade": "1 ano"
   },
   {
      "id":2,
      "foto":"Imagens/pet2.jpg",
      "nome":"Pelotas 2",
      "idade": "2 anos"
   },
   {
      "id":3,
      "foto":"Imagens/pet3.jpg",
      "nome":"Pelotas 3",
      "idade": "3 anos"
   }
  ]
 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment