Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Last active January 13, 2021 19:26
Show Gist options
  • Save JordanSchuetz/91f03045f03764a89991ef33b509692b to your computer and use it in GitHub Desktop.
Save JordanSchuetz/91f03045f03764a89991ef33b509692b to your computer and use it in GitHub Desktop.
MongoDB tutorial
%dw 2.0
output application/json
---
{
"name": payload.name,
"ingredients": payload.ingredients,'
"prepTimeInMinutes": payload.prepTimeInMinutes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment