Make POJO dynamic in nature to accept any amount of JSON array variables
I have a Bean class which I have constructed according to the response I have got. Below is my Postman response. { "EU": [ { "calId": "EU", "calDate": "2022-11-01", "prevBusinessDay": "2022-11-01", "nextBusinessDay": "2022-11-01", "businessDay": true, "monthEndBusinessDay": false } ], "AU":…