-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b9e854
commit 2c22a14
Showing
3 changed files
with
13 additions
and
25 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,26 @@ | ||
[ | ||
{ | ||
"name": "Mandu", | ||
"desc": "the amazing", | ||
"type": "cat", | ||
"fullname": "Mandu the amazing cat", | ||
"age": 10 | ||
}, | ||
{ | ||
"name": "Mia", | ||
"desc": "the black", | ||
"type": "cat", | ||
"fullname": "Mia the black cat", | ||
"age": 10 | ||
}, | ||
{ | ||
"name": "Leeloo", | ||
"desc":"the growing", | ||
"type":"dog", | ||
"fullname": "Leeloo the growing dog", | ||
"age": 3 | ||
}, | ||
{ | ||
"name": "Toothless", | ||
"desc": "the trained", | ||
"type":"dragon", | ||
"fullname": "Toothless the trained dragon", | ||
"age": 14 | ||
}, | ||
{ | ||
"name": "ScoobyDoo", | ||
"desc": "the wondering", | ||
"type": "dog", | ||
"fullname": "ScoobyDoo the wondering dog", | ||
"age": 58 | ||
}, | ||
{ | ||
"name": "Horsey", | ||
"desc":"the horsing", | ||
"type":"horse", | ||
"fullname": "Horsey the horsing horse", | ||
"age": 10 | ||
} | ||
] |
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
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