16 lines
212 B
JSON
16 lines
212 B
JSON
{
|
|
"animals": {
|
|
"cow": {
|
|
"type": "mammal",
|
|
"limbs": 4
|
|
},
|
|
"frog": {
|
|
"type": "amphibian",
|
|
"limbs": 4
|
|
},
|
|
"snake": {
|
|
"type": "reptile",
|
|
"limbs": 0
|
|
}
|
|
}
|
|
}
|