Here is what I need to build dynamically
{
"recommendedAssociations": [
{
"StudentId": "PIP21|23455",
"SchoolID": "23331",
"Status": "ACCEPT"
},
{
"StudentId": "DLO14|44445",
"SchoolId": "23331",
"feedbackStatus": "ACCEPT"
},
{
"StudentId": "DEF66|43432",
"SchoolId": "2331",
"feedbackStatus": "ACCEPT"
},
{
"StudentId": "334|11123",
"customerOrganizationIdentifier": "2331",
"feedbackStatus": "REJECT"
}
],
"recommendationMsg": "Student Acceptance"
}
How can I create the items dynamically?