Skip to content

Instantly share code, notes, and snippets.

@aura-automation
aura-automation / XMLtoJSON
Created September 6, 2013 11:50
Load xml using XmlSlurper, optionally sort and filter, produce JSON output using JSONBuilder
public class Record{
def id
def date
def target
def operation
def status
def reports
}