Created
May 16, 2015 20:22
-
-
Save nncl/aafaf0f419861b4bff85 to your computer and use it in GitHub Desktop.
New JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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