Skip to content

Instantly share code, notes, and snippets.

@misterussell
Created June 20, 2018 22:35
Show Gist options
  • Save misterussell/79e1072542cd53859143f5365415172f to your computer and use it in GitHub Desktop.
Save misterussell/79e1072542cd53859143f5365415172f to your computer and use it in GitHub Desktop.
expected return
{
"id": "87971",
"category": "breakfast",
"elements": [
{
"title": "dough",
"ingredients": [
{
"title": "flour",
"count": 1,
"measurement": "cup"
},
{
"title": "milk",
"count": 0.33,
"measurement": "cup"
}
]
},
{
"title": "maple butter",
"ingredients": [
{
"title": "butter",
"count": 0.5,
"measurement": "pound"
}
]
}
],
"title": "Pancakes",
"status": "drafted"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment