Forum Discussion
rakesh133
Occasional Contributor
nmrao The Json response array is something like below.
[ { "AgreementType": "XXXX", "Code": "XXXX", "ShortName": "XXXX", "Name": "XXXX", "Description": "XXXX", "DocumentManagementStoreUrl": null, "IsActive": true, "EffectiveDate": "2013-12-10T00:00:00", "TerminationDate": null, "WasCreatedInError": false, "DataTimeStamp": "2018-05-04T13:34:01Z" }, { "AgreementType": "XXXX", "Code": "XXXX", "ShortName": "XXXX", "Name": "XXXX", "Description": "XXXX", "DocumentManagementStoreUrl": null, "IsActive": true, "EffectiveDate": "2013-12-10T00:00:00", "TerminationDate": null, "WasCreatedInError": false, "DataTimeStamp": "2018-05-04T13:34:01Z" }, { "AgreementType": "XXXX", "Code": "XXXX", "ShortName": "XXXX", "Name": "XXXX", "Description": "XXXX", "DocumentManagementStoreUrl": null, "IsActive": true, "EffectiveDate": "2013-12-10T00:00:00", "TerminationDate": null, "WasCreatedInError": false, "DataTimeStamp": "2018-05-04T13:34:01Z" }, { "AgreementType": "XXXX", "Code": "XXXX", "ShortName": "XXXX", "Name": "XXXX", "Description": "XXXX", "DocumentManagementStoreUrl": null, "IsActive": true, "EffectiveDate": "2013-12-10T00:00:00", "TerminationDate": null, "WasCreatedInError": false, "DataTimeStamp": "2018-05-04T13:34:01Z" }
nmrao
7 years agoChampion Level 3
Should be simple:
def json = new groovy.json.JsonSlurper().parseText(jsonString)
log.info json.Code
Demo
https://ideone.com/Obt8TV
def json = new groovy.json.JsonSlurper().parseText(jsonString)
log.info json.Code
Demo
https://ideone.com/Obt8TV
Related Content
- 4 years ago
- 9 years ago
Recent Discussions
- 16 hours ago