{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001"
},
"roles": ["admin", "user"],
"active": true,
"metadata": {
"created": "2024-01-01T00:00:00Z",
"updated": "2024-10-25T12:00:00Z"
}
}