Spaces:
Sleeping
Sleeping
File size: 440 Bytes
6f7fccc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [
{
"id": "STU001",
"name": "John Doe",
"email": "john.doe@example.com",
"projects": ["1", "2"]
},
{
"id": "STU002",
"name": "Jane Smith",
"email": "jane.smith@example.com",
"projects": ["3"]
},
{
"id": "STU003",
"name": "Mike Johnson",
"email": "mike.johnson@example.com",
"projects": ["4", "5"]
}
] |