ContributionsMost RecentMost LikesSolutionsProperty transfer unable to parse json array I have a below response from which I want to extract original_message_identification. Response : [ { "batch_id": 23019, "creditor_name": "test123", "debtor_name": "debitor 123", "original_create_date_time": "2019-06-05T07:07:00", "original_message_identification": "00000109", "status": "ACCEPTED", "timeout": false } ] Getting below error : Wed Sep 28 16:01:57 IST 2022 original_message_identification [Invalid JSON: [ { "batch_id": 23019, "creditor_name": "test123", "debtor_name": "debitor 123", "original_create_date_time": "2019-06-05T07:07:00", "original_message_identification": "00000109", "status": "ACCEPTED", "timeout": false } ]] Solved