-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
24 lines (24 loc) · 978 Bytes
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"country": "Laos",
"country_code": "la",
"products": [
{
"animal_conservation_status": "VU",
"animal_genus": "acinonyx",
"animal_name": "Indian Rhincoeros",
"animal_species": "jubatus",
"desc": "Ivory is primarily procured through the illegal poaching of Rhincoeros. The Rhincoeros, native to Laos, is endangered due to hunting for its horn. (Note that this is for testing purposes and is not true)",
"name": "Ivory Products",
"ranking": 1
},
{
"animal_conservation_status": "VU",
"animal_genus": "acinonyx",
"animal_name": "Monitor Lizard",
"animal_species": "jubatus",
"desc": "Used for medicinal purposes, this native remedy is created by crushing the tail of the monitor lizard. This lizard is invasive, so consuming their tail is beneficial to local wildlife. (Note that this is for testing purposes and is not true)",
"name": "Lizard tail",
"ranking": 8
}
]
}