JsonSlurplerGetting Error while Parsing the Json Response
I tried to create a groovy script to parse the JSON response to a variable using JsonSlurper. Though the response Json is in valid format, i am getting an error def responseContent = testRunner.t...
rakesh133, If the json which you are receiving is valid, then you are not supposed to get the mentioned error(at least with the first 2 statements of code snippet which you have shown).