Skip to content

Instantly share code, notes, and snippets.

@belohlavek
Created December 1, 2017 14:11
Show Gist options
  • Save belohlavek/d654f1a6260b95b5a01abb44c65adbd8 to your computer and use it in GitHub Desktop.
Save belohlavek/d654f1a6260b95b5a01abb44c65adbd8 to your computer and use it in GitHub Desktop.
Untitled project
{
"message": "Hello world!"
}
%dw 2.0
output application/json
---
1
{
"project": {
"name": "Untitled project",
"mainScript": "scripts/main.dwl"
},
"meta": {
"projectFileVersion": "0.1.0",
"creationDate": "12/01/2017"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment