Last active
January 13, 2021 19:26
-
-
Save JordanSchuetz/91f03045f03764a89991ef33b509692b to your computer and use it in GitHub Desktop.
MongoDB tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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