{
  "student_data": 
[
    {
        "ID": "1",
        "studentID": "123456789",
        "firstName": "John",
        "lastName": "Doe",
        "email": "jd@jamessprunt.edu",
        "programTitle": "IT-IS AAS",
        "active": "True",
        "accCreatedOn": "2025-01-09 10:34:30"
    },
    {
        "ID": "2",
        "studentID": "567891234",
        "firstName": "Jane",
        "lastName": "Doe",
        "email": "jad@jamessprunt.edu",
        "programTitle": "IT Diploma",
        "active": "False",
        "accCreatedOn": "2026-06-28 14:55:03"
    },
    {
        "ID": "3",
        "studentID": "987654321",
        "firstName": "Hepsy",
        "lastName": "Hairr",
        "email": "hh@jamessprunt.edu",
        "programTitle": "IT-NET AAS",
        "active": "True",
        "accCreatedOn": "2026-02-10 15:22:38"
    },
    {
        "ID": "4",
        "studentID": "432198765",
        "firstName": "Henry",
        "lastName": "Boone",
        "email": "hb@jamessprunt.edu",
        "programTitle": "IT-IS AAS",
        "active": "True",
        "accCreatedOn": "2025-12-19 08:06:56"
    }
]
}