Created
September 17, 2017 23:35
-
-
Save Stoff81/912c2ba3b29563ed4d5f1fc9cb0698f9 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
var drinks = """ | |
{ | |
"drinks": [ | |
{ | |
"type": "water", | |
"description": "All natural" | |
}, | |
{ | |
"type": "orange_juice", | |
"description": "Best drank with breakfast" | |
}, | |
{ | |
"type": "beer", | |
"description": "An alcoholic beverage, best drunk on fridays after work", | |
"alcohol_content": "5%" | |
} | |
] | |
} | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment