Created
January 24, 2017 22:43
-
-
Save httpsterio/e7f7233f676ca41f2feeb44d5a7b4401 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
{ | |
"coffee-db": { | |
"cups": [ | |
{ | |
"coffee-id": "1", | |
"method": "v60", | |
"grams": "18", | |
"temp": "92", | |
"grade": "5", | |
"notes": "fruity, red berries" | |
}, | |
{ | |
"coffee-id": "2", | |
"method": "Espresso", | |
"grams": "20", | |
"temp": "94", | |
"grade": "4", | |
"notes": "chocolate, syrup" | |
}, | |
{ | |
"coffee-id": "3", | |
"method": "Aeropress", | |
"grams": "17", | |
"temp": "95", | |
"grade": "5", | |
"notes": "fruity, grapefruit, plum" | |
} | |
], | |
"coffees": [ | |
{ | |
"coffee-id": "1", | |
"roastery": "Punainen Kirahvi", | |
"coffee": "Kamwangi Coop", | |
"region": "Nyeri", | |
"berry": "SL28", | |
"roast-level": "2" | |
}, | |
{ | |
"coffee-id": "2", | |
"roastery": "Helsingin Kahvipaahtimo", | |
"coffee": "Fifty Sixty", | |
"region": "", | |
"berry": "", | |
"roast-level": "4" | |
}, | |
{ | |
"coffee-id": "3", | |
"roastery": "Good Life", | |
"coffee": "Layo Tiranga", | |
"region": "Sidamo", | |
"berry": "Ethiopia Heirloom", | |
"roast-level": "2" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment