Last active
August 29, 2015 14:27
-
-
Save TaopaiC/78df3397f3eaf715bbb3 to your computer and use it in GitHub Desktop.
sample json files
This file contains 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": 1, | |
"name": "Pow Cat", | |
"description": "This is a cat" | |
} |
This file contains 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": 2, | |
"name": "Mow Cat", | |
"description": "This is another cat" | |
} |
This file contains 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": 1, | |
"name": "Pow Cat", | |
"description": "This is a cat" | |
}, | |
{ | |
"id": 2, | |
"name": "Pow Cat", | |
"description": "This is a cat" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment