Forum Discussion

kamalnath_48966's avatar
kamalnath_48966
Icon for Nimbostratus rankNimbostratus
May 29, 2018

HTTP jason response string match

Hi There,

 

I am trying to match the HTTP jason get response. Can anyone suggest the option match the below criteria

 

response condition should be true when "Result": 0 or "Result": 1. I am tryed below option didn't work

 

^\"Result\":\s(0|11)

 

"Result": 0, "ResultText": "OK", "RouteId": 1, "Status": 1, "StatusDescription": "Active", "_resultCode": 0, "_resultText": "OK", "_resultType": "get"

 

No RepliesBe the first to reply