15 lines
147 B
JSON
15 lines
147 B
JSON
|
{
|
||
|
"people": [
|
||
|
{
|
||
|
"name": "Alice",
|
||
|
"item": "cat"
|
||
|
},
|
||
|
{
|
||
|
"name": "Bob"
|
||
|
}
|
||
|
],
|
||
|
"pet": {
|
||
|
"name": "fluffy"
|
||
|
}
|
||
|
}
|