How to Deserialize Json Array
I have a Json Response to deserialize, after doing the deserialize I get error. This is the Json array I want to deserialize: { "status": 200, "success": true, "message": "Success", "data": [ { "transaction_reference": "REF202301031128311645_1", "virtual_account_number": "1234567890", "principal_amount": "200.00", "settled_amount":…