Solved
Forum Discussion
JHunt
8 years agoCommunity Hero
I would do something like this...
new groovy.json.JsonSlurper().parseText(json)
.url.find { it.name == 'test' }
.services.find { it.name == 'abc' }
.config.www.uri I would do something like this...
new groovy.json.JsonSlurper().parseText(json)
.url.find { it.name == 'test' }
.services.find { it.name == 'abc' }
.config.www.uri I would do something like this...
new groovy.json.JsonSlurper().parseText(json)
.url.find { it.name == 'test' }
.services.find { it.name == 'abc' }
.config.www.uri