Need help to extract info from Json data

Hi All,

Can anyone help me with how to extract the hpDebitAction value from the below json format. I am using for each activity using Item as JToken. But not able to extract that information.

Thanks for the help in advance.

{
“statusDetails”: {
“success”: true,
“statusCode”: “000”
},
“validationResponse”: {
“aaTChekResponse”: “Open”,
“aaTAOAResponse”: “34567”,
“endToEndId”: “2345678”,
“paymentId”: [
“357690”
]
},
“hpDebitAction”: true
}

grafik
grafik

Thank you so much.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.