Can Javascript merge data based on a key?
I have this data: [ { "key": 111, "studentInfo": [ { "details": { "calculated_fields": null, "status": false } } ] }, { "key": 222, "studentInfo": [ { "details": { "calculated_fields": null, "status": false } } ] }, { "confidential": {…