Last active
October 3, 2017 08:09
-
-
Save m0xb/045ae6e510893a225f623a505ec0c24b to your computer and use it in GitHub Desktop.
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
| [ | |
| { | |
| "id": "0001", | |
| "type": "donut", | |
| "name": "Cake", | |
| "ppu": 0.55, | |
| "batters": | |
| { | |
| "batter": | |
| [ | |
| { "id": "1001", "type": "Regular" }, | |
| { "id": "1002", "type": "Chocolate" }, | |
| { "id": "1003", "type": "Blueberry" }, | |
| { "id": "1004", "type": "Devil's Food" } | |
| ] | |
| }, | |
| "topping": | |
| [ | |
| { "id": "5001", "type": "None" }, | |
| { "id": "5002", "type": "Glazed" }, | |
| { "id": "5005", "type": "Sugar" }, | |
| { "id": "5007", "type": "Powdered Sugar" }, | |
| { "id": "5006", "type": "Chocolate with Sprinkles" }, | |
| { "id": "5003", "type": "Chocolate" }, | |
| { "id": "5004", "type": "Maple" } | |
| ] | |
| }, | |
| { | |
| "id": "0002", | |
| "type": "donut", | |
| "name": "Raised", | |
| "ppu": 0.55, | |
| "batters": | |
| { | |
| "batter": | |
| [ | |
| { "id": "1001", "type": "Regular" } | |
| ] | |
| }, | |
| "topping": | |
| [ | |
| { "id": "5001", "type": "None" }, | |
| { "id": "5002", "type": "Glazed" }, | |
| { "id": "5005", "type": "Sugar" }, | |
| { "id": "5003", "type": "Chocolate" }, | |
| { "id": "5004", "type": "Maple" } | |
| ] | |
| }, | |
| { | |
| "id": "0003", | |
| "type": "donut", | |
| "name": "Old Fashioned", | |
| "ppu": 0.55, | |
| "batters": | |
| { | |
| "batter": | |
| [ | |
| { "id": "1001", "type": "Regular" }, | |
| { "id": "1002", "type": "Chocolate" } | |
| ] | |
| }, | |
| "topping": | |
| [ | |
| { "id": "5001", "type": "None" }, | |
| { "id": "5002", "type": "Glazed" }, | |
| { "id": "5003", "type": "Chocolate" }, | |
| { "id": "5004", "type": "Maple" } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.