Created
August 2, 2019 07:58
-
-
Save kastriotadili/acc722c9858189440d964db976303078 to your computer and use it in GitHub Desktop.
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
{ | |
"dogBreeds": [{ | |
"breed": "Labrador Retriever", | |
"breedType": "Purebred", | |
"origin": "Canada,USA", | |
"popularity": "1", | |
"temperament": ["Cheerful", "Gentle", "Friendly", "Intelligent"], | |
"hypoallergenic": "No", | |
"intelligence": 7, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "German Shepard", | |
"breedType": "Purebred", | |
"origin": "Germany", | |
"popularity": "2", | |
"temperament": ["Corageous", "Intelligent", "Loyal", "Watchful"], | |
"hypoallergenic": "No", | |
"intelligence": 3, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Golden Retriever", | |
"breedType": "Purebred", | |
"origin": "United Kingdom", | |
"popularity": "3", | |
"temperament": ["Intelligent", "Kind", "Friendly", "Confident"], | |
"hypoallergenic": "No", | |
"intelligence": 4, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "French Bulldog", | |
"breedType": "Purebred", | |
"origin": "France, UK", | |
"popularity": "4", | |
"temperament": ["Playful", "Sociable", "Friendly", "Lively", "Patient"], | |
"hypoallergenic": "No", | |
"intelligence": 58, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Bulldog", | |
"breedType": "Purebred", | |
"origin": "United Kingdom", | |
"popularity": "5", | |
"temperament": ["Friendly", "Docile", "Willful", "Gregarious"], | |
"hypoallergenic": "No", | |
"intelligence": 77, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Beagle", | |
"breedType": "Purebred", | |
"origin": "United Kingdom", | |
"popularity": "6", | |
"temperament": ["Gentle", "Intelligent", "Even Tempered", "Determined"], | |
"hypoallergenic": "No", | |
"intelligence": 72, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Poodle", | |
"breedType": "Purebred", | |
"origin": "Germany, France", | |
"popularity": "7", | |
"temperament": ["Intelligent", "Faithful", "Trainable", "Instinctual"], | |
"hypoallergenic": "Yes", | |
"intelligence": 2, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Rottweiler", | |
"breedType": "Purebred", | |
"origin": "Germany", | |
"popularity": "8", | |
"temperament": ["Intelligent", "Corageous", "Fearless", "Confident"], | |
"hypoallergenic": "No", | |
"intelligence": 9, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "German Shorthaired Pointer", | |
"breedType": "Purebred", | |
"origin": "Germany", | |
"popularity": "9", | |
"temperament": ["Intelligent", "Trainable", "Boisterous", "Cooperative"], | |
"hypoallergenic": "No", | |
"intelligence": 9, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Yorkshire Terrier", | |
"breedType": "Purebred", | |
"origin": "United Kingdom", | |
"popularity": "10", | |
"temperament": ["Independent", "Intelligent", "Corageous", "Confident"], | |
"hypoallergenic": "Yes", | |
"intelligence": 27, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}, { | |
"breed": "Boxer", | |
"breedType": "Purebred", | |
"origin": "Germany", | |
"popularity": "11", | |
"temperament": ["Playful", "Friendly", "Devoted", "Loyal"], | |
"hypoallergenic": "No", | |
"intelligence": 48, | |
"photo": "https://learnwebcode.github.io/json-example/images/cat-2.jpg" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice with a fitting dog image:)