Project_Bank / students.json
Kshitij2604's picture
Upload 34 files
6f7fccc verified
raw
history blame contribute delete
440 Bytes
[
{
"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"]
}
]