Skip to content

Instantly share code, notes, and snippets.

@jakewtaylor
Created October 7, 2017 21:26
Show Gist options
  • Save jakewtaylor/4ec806cd62774e2e5d5141c8ab7d154f to your computer and use it in GitHub Desktop.
Save jakewtaylor/4ec806cd62774e2e5d5141c8ab7d154f to your computer and use it in GitHub Desktop.
{
"name": "African Elephant",
"latinName": "Loxodonta Africana",
"facts": [
{
"key": "Class",
"value": "Mammal"
},
{
"key": "Countries Found",
"value": [
"Zambia",
"Kenya",
"Congo"
]
},
{
"key": "Weight",
"value": "2000kg (about 25 people)"
},
{
"key": "Height",
"value": "3m (about 2 people)"
},
{
"key": "Diet",
"value": "Grass"
},
{
"key": "Habitat",
"value": "Grassland"
},
{
"key": "Speed",
"value": "30km/h"
},
{
"key": "Did you know?",
"value": "Elephants are scared of mice."
}
],
"conservationFacts": [
{
"key": "Change in range",
"value": "1000km to 200km"
},
{
"key": "Threats",
"value": [
"poaching"
]
},
{
"key": "Population",
"value": 1000
},
{
"key": "What actions are being taken?",
"value": [
"Rangers",
"Raising Awareness"
]
}
],
"links": [
{
"key": "Find out more",
"value": "http://www.example.com"
},
{
"key": "Donate",
"value": "http://example.com",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment