{
"users": [
{
"id": 1,
"name": "John",
"age": 30,
"posts": [
{
"id": 101,
"title": "First Post",
"content": "This is the content of the first post."
},
{
"id": 102,
"title": "Second Post",
"content": "This is the content of the second post."
}
]
},
{
"id": 2,
"name": "Alice",
"age": 25,
"posts": [
{
"id": 103,
"title": "Another Post",
"content": "This is another post by Alice."
}
]
}
]
}
{
"users": [
{
"id": 1,
"name": "John",
"age": 30,
"posts": [
{
"id": 101,
"title": "First Post",
"content": "This is the content of the first post."
},
{
"id": 102,
"title": "Second Post",
"content": "This is the content of the second post."
}
]
},
{
"id": 2,
"name": "Alice",
"age": 25,
"posts": [
{
"id": 103,
"title": "Another Post",
"content": "This is another post by Alice."
}
]
}
]
}