13 lines
134 B
JSON
13 lines
134 B
JSON
{
|
|
"animals": {
|
|
"pig": {
|
|
"tail": "curly",
|
|
"nose": "adorable"
|
|
},
|
|
"sheep": {
|
|
"tail": "short",
|
|
"nose": "ugly"
|
|
}
|
|
}
|
|
}
|