Created
August 23, 2011 17:51
-
-
Save koos/1165987 to your computer and use it in GitHub Desktop.
fried egg with applesauce and mashed potatoes
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
| { | |
| "recipe": { | |
| "id": "", | |
| "category": "eggs", | |
| "nerd_level": 1, | |
| "photo_url": "", | |
| "preparation": "", | |
| "name": "fried egg with applesauce and mashed potatoes", | |
| "created_at": "2011-08-22", | |
| "created_by": "koos", | |
| "ingredients": [ | |
| { | |
| "amount": 3, | |
| "name": "eggs", | |
| "unit": "piece", | |
| "required": "true" | |
| }, | |
| { | |
| "amount": 250, | |
| "name": "applesauce", | |
| "unit": "g", | |
| "required": "false" | |
| }, | |
| { | |
| "amount": 250, | |
| "name": "mashed potatoes", | |
| "unit": "g", | |
| "required": "true" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment