Forum Discussion
avidCoder
6 years agoSuper Contributor
Please change the code to this line :-
import groovy.json.JsonSlurper
def response=messageExchange.response.responseContent
def json=new JsonSlurper().parseText(response)
float amount=json.amounts.amount
assert amount==~ /\d{0,8}\.\d{2}/