Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@menduz
Created December 21, 2017 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save menduz/1b5947185510796f0d070db0c7300597 to your computer and use it in GitHub Desktop.
Save menduz/1b5947185510796f0d070db0c7300597 to your computer and use it in GitHub Desktop.
Untitled project
{
"message": "Hello world!"
}
%dw 2.0
output application/java
---
root @(hola: 'asd'): {
test: 'true',
list: (1 to 10) as Array<Number>
}
{
"project": {
"name": "Untitled project",
"mainScript": "/scripts/main.dwl",
"apiled": {
"deploymentId": null,
"domain": null
}
},
"meta": {
"projectFileVersion": "0.1.0",
"creationDate": "12/21/2017"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment