15 lines
210 B
JSON
15 lines
210 B
JSON
[
|
|
{
|
|
"name": "Elephant",
|
|
"image": "Elephant.png"
|
|
},
|
|
{
|
|
"name": "Monkey",
|
|
"image": "Monkey.png"
|
|
},
|
|
{
|
|
"name": "Lion",
|
|
"image": "Lion.png"
|
|
}
|
|
]
|