Forum Discussion

NK12's avatar
NK12
Occasional Contributor
7 years ago

How to get JDBC Response into an Array

Hello All, I'm trying to compare JSON Response and DB Response   Below is the sample Code Snippet import groovy.xml.* import groovy.json.* //DB Response def dbresponse = context.expand( '${JDB...