Skip to content

Instantly share code, notes, and snippets.

@belohlavek
Last active November 30, 2017 15:47
Show Gist options
  • Save belohlavek/af366ad57ddb6cbeec230c0f3ff2f38b to your computer and use it in GitHub Desktop.
Save belohlavek/af366ad57ddb6cbeec230c0f3ff2f38b to your computer and use it in GitHub Desktop.
Saving a new project
{
"message": "asd!!!!!a"
}
%dw 2.0
output application/json
---
log('a')
%dw 2.0
output application/json
---
{}
{
"project": {
"name": "Saving a new project",
"mainScript": "scripts/main.dwl"
},
"meta": {
"projectFileVersion": "0.1.0",
"creationDate": "11/30/2017"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment